This website works better with JavaScript.
Home
Explore
Help
Sign In
piumarta
/
subc
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Subset of C language with tree interpreter and bytecode compiler + VM.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24
Commits
1
Branch
1.3 MiB
C
82.3%
Makefile
17.7%
Tree:
ddf85ac562
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'ddf85ac562'
${ noResults }
subc
/
include
/
stdio.h
1 lines
32 B
Raw
Blame
History
extern
int
printf
(
char
*
,
.
.
.
)
;