next up previous contents index
Next: external Up: Modifiers Previous: cdecl

popstack

  Popstack does the same as cdecl, namely it tells the Free Pascal compiler that a function uses the C calling convention. In difference with the cdecl modifier, it still mangles the name of the function as it would for a normal pascal function.

With popstack you could access functions by their pascal names in a library.



root
Fri Sep 11 18:27:51 CEST 1998