mirror of
https://github.com/tailix/libkernaux.git
synced 2026-08-15 11:00:07 -04:00
Reorder "extern C" statements
This commit is contained in:
parent
a978842093
commit
43bad38beb
7 changed files with 21 additions and 21 deletions
|
|
@ -1,12 +1,12 @@
|
|||
#ifndef KERNAUX_INCLUDED_ELF
|
||||
#define KERNAUX_INCLUDED_ELF 1
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
struct KernAux_ELF_Header {
|
||||
unsigned char magic_0x7F : 8;
|
||||
unsigned char magic_E : 8;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue