This website requires JavaScript.
Explore
Help
Sign In
mid
/
nctref
Watch
1
Star
0
Fork
0
You've already forked nctref
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
ff962b6361
nctref
/
src
/
cg.h
9 lines
75 B
C
Raw
Normal View
History
Unescape
Escape
Initial commit
2023-08-27 19:48:06 +03:00
#
ifndef H_CG
#
define H_CG
#
include
"ast.h"
Safety commit
2024-11-20 16:36:17 +02:00
int
cg_go
(
union
AST
*
)
;
Initial commit
2023-08-27 19:48:06 +03:00
#
endif
Reference in New Issue
Copy Permalink