Got the string concat funcion working.
This commit is contained in:
+2
-1
@@ -6,6 +6,7 @@ typedef unsigned int size_t;
|
||||
typedef unsigned char uint8_t;
|
||||
typedef unsigned short uint16_t;
|
||||
typedef unsigned int uint32_t;
|
||||
typedef unsigned long long uint64_t;
|
||||
/* MAIN.C */
|
||||
extern unsigned char *memcpy(unsigned char *dest, const unsigned char *src, int count);
|
||||
extern unsigned char *memset(unsigned char *dest, unsigned char val, int count);
|
||||
@@ -36,4 +37,4 @@ void timer_handler(struct regs *r);
|
||||
void timer_install();
|
||||
/* KB.C */
|
||||
void kb_install();
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user