Home
last modified time | relevance | path

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

/mOS-networking-stack/core/test/tcprb/
H A Dtest.c12 #define PRINTF(f, args...) printf("%s:%d: " f, __FILE__, __LINE__, ##args) macro
/mOS-networking-stack/core/src/
H A Dtcp_rb.c22 #define PRINTF(f, args...) printf("%s:%d: " f, __FILE__, __LINE__, ##args) macro