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
[086a2a]
:
/
test
/ types-typedef-func.c
Maximize
Restore
History
Download this file
4 lines (2 with data), 55 Bytes
1
2
typedef
void
func_t
(
int
);
typedef
func_t
*
funcptr_t
;