8 lines
75 B
C
8 lines
75 B
C
#ifndef PLATFORM_H
|
|
#define PLATFORM_H
|
|
|
|
void platform_print(void);
|
|
|
|
#endif
|
|
|