C userspace programs
This commit is contained in:
6
ulib/system/system.h
Normal file
6
ulib/system/system.h
Normal file
@ -0,0 +1,6 @@
|
||||
#ifndef ULIB_SYSTEM_SYSTEM_H_
|
||||
#define ULIB_SYSTEM_SYSTEM_H_
|
||||
|
||||
void sys_debugprint(const char *string);
|
||||
|
||||
#endif // ULIB_SYSTEM_SYSTEM_H_
|
Reference in New Issue
Block a user