axle OS
x86_32 UNIX-like hobby OS
close.h
1 #ifndef CLOSE_H
2 #define CLOSE_H
3 
4 #include <stdint.h>
5 
6 int close(int fd);
7 
8 #endif