[fpc-pascal] Resending: Trying to convert some C code

Henry Vermaak henry.vermaak at gmail.com
Tue Nov 7 12:32:36 CET 2006


another one:
>function BN_Bn2Hex(a:BNPtr):PChar;
>begin
>   _BnBn2Hex(a);
>end;

i also assume that it should be Result := _BnBn2Hex(a); ?  i don't
quite see the use of this function...

henry



More information about the fpc-pascal mailing list