axle OS
x86_32 UNIX-like hobby OS
src
user
shell
programs
rexle
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
Generated by
1.8.14