Home
last modified time | relevance | path

Searched refs:args (Results 1 – 2 of 2) sorted by relevance

/examples/api/
A Ddemo.c15 #define errf(fmt, args...) do { printf("ERROR @ %s(): ", __func__); printf(fmt, ##args); } while (0) argument
/examples/standalone/
A Dsched.c59 #define PDEBUG(fmt, args...) { \ argument
62 printf(fmt, ##args); \

Completed in 11 milliseconds