Files
my-os-project2/ulib/system/system.h
2025-09-06 11:47:01 +02:00

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_