[fpc-pascal] function alias

Mattias Gaertner nc-gaertnma at netcologne.de
Thu Oct 4 19:47:14 CEST 2007


How can I create an alias for a function?
For example:

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

const
  DoAliasSomething = DoSomething;

fpc does not allow this. So how can it be done?


Mattias
 



More information about the fpc-pascal mailing list