[fpc-pascal]Convert C to Pascal
Lubomir.Cabla at cssz.cz
Lubomir.Cabla at cssz.cz
Thu Feb 19 08:29:18 CET 2004
Hallo,
i know this is not exactly question to this maillist but
maybe somebody could help me how can i convert only the following
definition of "reg_drq_block_call_back" into FPC Pascal notation:
void ( * reg_drq_block_call_back ) ( struct REG_CMD_INFO * );
where definition is
struct REG_CMD_INFO
{
unsigned char cmd;
... etc.
} ;
struct REG_CMD_INFO reg_cmd_info;
("struct" is simply converted to "record", that is not the problem)
Lubomir Cabla
http://www.freewebs.com/hdat2/
More information about the fpc-pascal
mailing list