mirror / tinycc

http://repo.or.cz/tinycc.git

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Delete use defined .h files and think later defined functions as known as modern languages.

changrui opened this issue · comments

such as follow:

void main() {
hello();
}

void hello() {
printf("Hello, world.\n");
}