1
0
Fork 0
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:
Alex Kotov 2021-12-14 01:46:58 +05:00
parent a978842093
commit 43bad38beb
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08
7 changed files with 21 additions and 21 deletions

View file

@ -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;