This commit is contained in:
stmctommyau 2023-09-25 03:50:41 +08:00
parent 74611e422f
commit ecec3ea611

View File

@ -14,7 +14,7 @@
#include "dateNtime.h"
#endif // !DNT_H
//linked list
#ifndef linkely
#ifndef likely
#define likely(x) __builtin_expect(!!(x), 1)
#define unlikely(x) __builtin_expect(!!(x), 0)
#endif