more cleaning

This commit is contained in:
2022-09-18 10:44:47 -04:00
parent 49b9f21067
commit 9189124f2d
26 changed files with 13 additions and 410 deletions
+7
View File
@@ -0,0 +1,7 @@
#ifndef _LIBIO_H
# define _LIBIO_H
int fdprint(int fd, char *s);
int fdputd(int fd, int d);
int fdputs(int fd, char *s);
unsigned int parse_uint(char *s);
#endif /* ifndef _LIBIO_H */