JCL Help:GetMem@@Longint
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: GetMem Function
[+] JclBase.pas Functions
Search in JCL Help
Search in all projects
Summary
GetMem function redeclaration for FPC
Pascal
procedure GetMem(out P; Size: Longint);
Description
FPC emits a lot of warnings while compiling GetMem calls: it complains about the first argument not being initialized. This is caused by the declaration of the first parameter as a variable parameter. We change it to output in order to avoid all these warnings.
About
Unit
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page