9 lines
65 B
C
9 lines
65 B
C
|
|
#ifndef STDLIB_H
|
|
#define STDLIB_H
|
|
|
|
extern void exit();
|
|
|
|
#endif
|
|
|