forked from KolibriOS/kolibrios
5 lines
151 B
C
5 lines
151 B
C
|
|
||
|
char* my_strchr (const char *s, int c);
|
||
|
int base64_encode(char inp[], char outp[], int len);
|
||
|
int base64_decode(char inp[], char outp[], int len);
|