ti83-sdk/lib83/stdlib.h
2023-10-08 01:32:30 +02:00

9 lines
65 B
C

#ifndef STDLIB_H
#define STDLIB_H
extern void exit();
#endif