7 lines
135 B
C
7 lines
135 B
C
#ifndef ULIB_SYSTEM_SYSTEM_H_
|
|
#define ULIB_SYSTEM_SYSTEM_H_
|
|
|
|
void sys_debugprint(const char *string);
|
|
|
|
#endif // ULIB_SYSTEM_SYSTEM_H_
|