index
:
e.git
master
a small programming language made with yacc and qbe
thing1
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib.c
blob: aa14a03ac38f711c490f18873d3ca8a8dbc37cd9 (
plain
)
1
2
3
4
5
6
7
#include <stdio.h> int readint() { int i = 0; scanf("%d", &i); return i; }