mirror of
https://github.com/Ed94/gencpp.git
synced 2025-07-16 18:38:57 -07:00
Proofing
This commit is contained in:
.gitignore
base
docs
gen_c_library
gen_segmented
gen_singleheader
gen_unreal_engine
scripts
test
@ -15,7 +15,7 @@ In order to abstract away constant use of `AST*` its wrapped in a Code type whic
|
||||
When its the [C generated variant of the library](../gen_c_library/)
|
||||
```c
|
||||
typedef AST* Code;
|
||||
tyepdef AST_<name>* Code<name>;
|
||||
typedef AST_<name>* Code<name>;
|
||||
...
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user