lprintf.h 113 B

12345678910
  1. #ifdef __cplusplus
  2. extern "C" {
  3. #endif
  4. extern void lprintf(const char *fmt, ...);
  5. #ifdef __cplusplus
  6. }
  7. #endif