Upload files to "include"
This commit is contained in:
@@ -28,17 +28,19 @@
|
||||
#define BWHITE "\x1b[47m"
|
||||
|
||||
// SYS calls
|
||||
#define SYS_read 0
|
||||
#define SYS_write 1
|
||||
#define SYS_open 2
|
||||
#define SYS_close 3
|
||||
#define SYS_exit 60
|
||||
|
||||
|
||||
// funcs
|
||||
void ColorPrint(char *string, const char *color);
|
||||
void BackgroundPrint(char *string, const char *Bcolor);
|
||||
|
||||
void ColorPrint(char *string, char *color);
|
||||
void BackgroundPrint(char *string, char *Bcolor);
|
||||
long Wopen(const char *pathname, int flags, int mode);
|
||||
long closeFile(long fd);
|
||||
// basic funcs
|
||||
void exit(int code);
|
||||
long unsigned strlen(char *string);
|
||||
void print(char *string);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user