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