Definition: | #include <CDM.h> |
---|
|
Prototype: | void CDM_Log(const char *format, ...);
|
---|
Arguments: | format: A format string, describing the arguments in the same way as the first argument of the C library function "printf" (char *) ...: A variable set of arguments. These arguments should correspond to the arguments declared through the format string (various)
|
---|
|
|