ti83-sdk/lib83/stdlib.h

9 lines
65 B
C
Raw Normal View History

2023-10-07 23:32:30 +00:00
#ifndef STDLIB_H
#define STDLIB_H
extern void exit();
#endif