|
TA-REF
|
Include dependency graph for trace.c:Functions | |
| static unsigned int | _strlen (const char *str) |
| int | tee_printf (const char *fmt,...) |
|
inlinestatic |
_strlen() - calculate the length of characters in a str.
| str | str is an argument of type pointer. |
| int tee_printf | ( | const char * | fmt, |
| ... | |||
| ) |
tee_printf() - For tracing GP API.
Initializes ap variable. Formats data under control of the format control string and stores the result in buf and ends the processing of ap. Finally print the buffer value.
| fmt | fmt is a constant character argument of type pointer. |