first design mock func lists, imagine check expect call
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
//#include <time.h>
|
||||
#include <pthread.h>
|
||||
//#include <unistd.h>
|
||||
#include <sys/ioctl.h> /* to have size of screen, for progress bar */
|
||||
|
||||
#include "tools_t/tools_t.h"
|
||||
|
||||
@@ -108,6 +109,8 @@ extern bool ordered;
|
||||
}\
|
||||
}while(0)
|
||||
|
||||
#define LOG(...) PRINTF(__VA_ARGS__)
|
||||
|
||||
#define PRINT_HK_C(color,hk,...)\
|
||||
do{ \
|
||||
if(ordered){\
|
||||
|
||||
Reference in New Issue
Block a user