Home
last modified time | relevance | path

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

/device/google/contexthub/util/nanoapp_postprocess/
Dpostprocess.c98 static FILE *stdlog = NULL; variable
100 #define DBG(fmt, ...) fprintf(stdlog, fmt "\n", ##__VA_ARGS__)
726 stdlog = stderr; in main()
729 stdlog = stdout; in main()