6 lines
61 B
C
6 lines
61 B
C
#ifndef KERNEL_H
|
|
#define KERNEL_H
|
|
|
|
int strlen(char*);
|
|
#endif
|
#ifndef KERNEL_H
|
|
#define KERNEL_H
|
|
|
|
int strlen(char*);
|
|
#endif
|