scc
simple C compiler
git clone
git://git.2f30.org/scc
Log
|
Files
|
Refs
|
README
|
LICENSE
0064-sysinclude.c (60B)
1
#include <0064-sysinclude.h>
2
3
int
4
main()
5
{
6
return x - y;
7
}