MIRROR: javascript for ๐Ÿœ's, a tiny runtime with big ambitions
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

add strings.h

+1
+1
src/modules/textcodec.c
··· 1 1 #include <stdlib.h> 2 2 #include <stdio.h> 3 3 #include <string.h> 4 + #include <strings.h> 4 5 5 6 #include "runtime.h" 6 7 #include "errors.h"