Thanks to visit codestin.com
Credit goes to github.com

Skip to content

willqian/c4-codegen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

c4 - C in four functions 中文注释 + 代码生成

RPC代码生成模式:

./c4 -p proto.h > proto_gen.c

An exercise in minimalism.

Try the following:

gcc -o c4 c4.c
./c4 hello.c
./c4 -s hello.c

./c4 c4.c hello.c
./c4 c4.c c4.c hello.c

About

c4 代码生成 含中文注释

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6

Languages