mirror of
https://github.com/drasko/codezero.git
synced 2026-03-16 01:01:50 +01:00
Merge branch 'containers' into containersBuildDevel
This commit is contained in:
@@ -3,14 +3,13 @@
|
||||
|
||||
#define __TASKNAME__ "test0"
|
||||
|
||||
// #define TEST_VERBOSE_PRINT
|
||||
//#define TEST_VERBOSE_PRINT
|
||||
#if defined (TEST_VERBOSE_PRINT)
|
||||
#define test_printf(...) printf(__VA_ARGS__)
|
||||
#else
|
||||
#define test_printf(...)
|
||||
#endif
|
||||
|
||||
#include <printf.h>
|
||||
#include <sys/types.h>
|
||||
extern pid_t parent_of_all;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user