implemented function prototype registration.
This commit is contained in:
parent
3ca2c2f009
commit
c8e88a6a98
3 changed files with 53 additions and 8 deletions
|
|
@ -3,3 +3,8 @@ struct b {
|
|||
u32 test,
|
||||
u32 test1,
|
||||
}
|
||||
|
||||
u32 test(b hello)
|
||||
{
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue