mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 05:17:51 +08:00
commit
7d5ef233fd
2 changed files with 60 additions and 1 deletions
58
static/languages/c.json
Normal file
58
static/languages/c.json
Normal file
|
@ -0,0 +1,58 @@
|
|||
{
|
||||
"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"
|
||||
]
|
||||
}
|
|
@ -31,5 +31,6 @@
|
|||
"vietnamese",
|
||||
"vietnamese_1k",
|
||||
"vietnamese_5k",
|
||||
"python"
|
||||
"python",
|
||||
"c"
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue