quark/src/kernel/lib/string.h

5 líneas
67 B
C

#pragma once
int strlen(char *s);
int strcmp(char *s1, char *s2);