initial commit
This commit is contained in:
52
ttyper/language/c
Normal file
52
ttyper/language/c
Normal file
@@ -0,0 +1,52 @@
|
||||
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
|
||||
Reference in New Issue
Block a user