7 lines
67 B
C
7 lines
67 B
C
#ifndef STDLIB_H
|
|
#define STDLIB_H
|
|
|
|
void register_stdlib();
|
|
|
|
#endif
|