|
TA-REF
|
Include dependency graph for trace2.c:Functions | |
| static unsigned int | _strlen (const char *str) |
| int | tee_printf (const char *fmt,...) |
|
inlinestatic |
_strlen() - calculate the length of characters in str.
| str | str is argument of type pointer. |
| int tee_printf | ( | const char * | fmt, |
| ... | |||
| ) |
tee_printf() - For trace 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 prints the buffer value.
| fmt | fmt is constant character argument of type pointer. |