 |
HBBTV
22.3.0
|
Go to the documentation of this file. 31 #define PRINT(string, vars ...) printf(string "\n", ##vars) 32 #define DBG(string, vars ...) printf("[%s:%d] "string "\n", __FUNCTION__, __LINE__,##vars) 35 #define DBG(string, vars ...) 39 #define DBGERR(string, vars ...) printf("ERROR [%s:%d] "string "\n", __FUNCTION__, __LINE__,##vars)