axle OS
x86_32 UNIX-like hobby OS
rexle.h
1 #ifndef REXLE_H
2 #define REXLE_H
3 
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7 
8 void rexle();
9 
10 #ifdef __cplusplus
11 }
12 #endif
13 #endif