ELF Tutorial: Difference between revisions

m
[unchecked revision][unchecked revision]
Line 4:
==Macro Definitions used in Examples==
 
The example code provided in this tutorial relies on a couple of preprocessor definitions, which can be found below. In addition, the code relies on a printf() function for printing debug information to the screen, malloc() for memory allocations, memset() for zeroing memory, and the stdint.h header for fixed withwidth integer types.
 
<source lang="cpp">
Anonymous user