-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Shadow functions are mainly function references that point to a given C function version. Only concrete and normal types should be used on shadow functions and every time exclusive to Quickfall will not be allowed to be used on shadow functions.
A shadow function can be declared as such:
shadowfunc si32 print(ptr p);
You can then use said function just like normal functions
Reactions are currently unavailable