9468582d83
GCC, why no u warn me of strict aliasing
9 lines
77 B
C
9 lines
77 B
C
/*
|
|
* loader.h
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include "types.h"
|
|
|
|
void loadPayload(void); |