9 lines
152 B
C
9 lines
152 B
C
#ifndef ULIB_SYSTEM_SYSTEM_H_
|
|
#define ULIB_SYSTEM_SYSTEM_H_
|
|
|
|
#include <stdint.h>
|
|
|
|
void debugprint(const char *string);
|
|
|
|
#endif // ULIB_SYSTEM_SYSTEM_H_
|