axle OS
x86_32 UNIX-like hobby OS
write.h
1 #ifndef WRITE_H
2 #define WRITE_H
3 
4 int write(int fd, const void* buf, int len);
5 
6 #endif