Home
last modified time | relevance | path

Searched defs:PRINTF (Results 1 – 1 of 1) sorted by relevance

/uoscore-uedhoc-latest/inc/common/
Dprint_util.h65 #define PRINTF(f_, ...) printf((f_), ##__VA_ARGS__); macro
69 #define PRINTF(f_, ...) {}; macro