LOG IN
Help
Search
Browse
Talk
Home
Tools
c2iec
Code
c2iec
transpiler to convert ansii c-code to structured text
Brought to you by:
ingo
Unlicense
Home
Code
Tickets
Activity
Browse Commits
Fork
Merge Requests
0
Branches
master
[56e3db]
:
/
test
/ types-typedef-func.test.expected
Maximize
Restore
History
Download this file
7 lines (4 with data), 74 Bytes
TYPE func_t: BOOL; END_TYPE TYPE funcptr_t: POINTER TO func_t; END_TYPE