types in c
BlitzMax Forums/BlitzMax Beginners Area/types in c| 
 | ||
| if a c routine somthing like 
char *WINAPI dllroutine(
    void *functionpointer,
    DWORD length
    BOOL aflag
    a-c-struct items 
); 
how would I specify it in the extren and call it? [edit]by this i mean the blitxmax extern |