trying to get VGA fb mode to work..
This commit is contained in:
@@ -10,5 +10,6 @@ void *memset(void *s, int c, size_t n);
|
||||
size_t strlen(const char *s);
|
||||
int strcmp(const char *s1, const char *s2);
|
||||
char *strcpy(char *dest, const char *src);
|
||||
char* strcat(char *dest, const char* src);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user