Files
platform/include/platform.h
2026-02-08 12:14:24 -06:00

8 lines
75 B
C

#ifndef PLATFORM_H
#define PLATFORM_H
void platform_print(void);
#endif