mirror of
https://github.com/CIS-osdev/kernel
synced 2025-03-12 20:02:55 +03:00
MODULE DEF ADD
This commit is contained in:
parent
bcede20eac
commit
3d0b83ec61
@ -1,6 +1,11 @@
|
||||
#ifndef __K_STRING
|
||||
#define __K_STRING
|
||||
|
||||
#include <kstdint.h>
|
||||
|
||||
int strcmp(const char *s1, const char *s2);
|
||||
char *strcpy(char *dst, const char *src);
|
||||
char *strcat(char *dst, const char *src);
|
||||
int strlen(const char *s);
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user