[fpc-pascal] function alias

Daniël Mantione daniel.mantione at freepascal.org
Thu Oct 4 20:17:36 CEST 2007



Op Thu, 4 Oct 2007, schreef Mattias Gaertner:

> Yes, but I hoped to declare it in situ - without adding another type. ;)
> The reason is that I'm auto translating some C headers that contains
> aliases for functions.

procedure DoAliasSomething(...params...); cdecl; external 'useful';

... is another approach.

Daniël


More information about the fpc-pascal mailing list