ELF Tutorial: Difference between revisions

Jump to navigation Jump to search
m
Use <stdbool.h> instead of a poor replacement
[unchecked revision][unchecked revision]
m (Link to the 'System V ABI' article)
m (Use <stdbool.h> instead of a poor replacement)
Line 8:
<source lang="cpp">
# ifndef __cplusplus
# include <stdbool.h>
# ifndef bool
# define bool int
# define false (0)
# define true (!false)
# endif /* bool */
#
# define CLINK
# define CEXTERN extern
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu