unistd.h 63 B

1234567
  1. #ifdef UNISTD_H
  2. #define UNISTD_H
  3. void exit(int code);
  4. #endif