mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-28 21:00:28 +02:00
parent
8aa90e6c99
commit
14748e5b79
@ -16,7 +16,7 @@ unit fphashutils;
|
|||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
Classes, SysUtils, fpECC;
|
SysUtils, fpECC;
|
||||||
|
|
||||||
Procedure BytesFromVar(out aBytes : TBytes; aLocation : Pointer; aSize : Integer);
|
Procedure BytesFromVar(out aBytes : TBytes; aLocation : Pointer; aSize : Integer);
|
||||||
Function BytesFromVar(aLocation : Pointer; aSize : Integer) : TBytes;
|
Function BytesFromVar(aLocation : Pointer; aSize : Integer) : TBytes;
|
||||||
|
Loading…
Reference in New Issue
Block a user