monkeytype/static/languages/c.json
redarguireda 39c01e151e C
2020-11-25 22:56:52 +01:00

58 lines
954 B
JSON

{
"name":"c",
"leftToRight": true,
"words":[
"int",
"char",
"unsigned",
"float",
"void",
"main",
"union",
"long",
"double",
"printf",
"sprintf",
"if",
"else",
"struct",
"fork",
"switch",
"for",
"define",
"return",
"include",
"case",
"&&",
"||",
"break",
"bool",
"static",
"public",
"enum",
"typedef",
"private",
"exit",
"<stdio.h>",
"scanf",
"NULL",
"malloc",
"calloc",
"free",
"realloc",
"<string.h>",
"fgets",
"strcmp",
"strcpy",
"fputs",
"stdout",
"EOF",
"getc",
"while",
"fclose",
"fopen",
"do",
"fscanf",
"extern"
]
}