RetroArch/deps/7zip/CpuArch.c
2014-10-20 04:28:20 +02:00

10 lines
117 B
C
Executable File

#include <stdint.h>
#include "CpuArch.h"
Bool CPU_Is_InOrder(void);
Bool CPU_Is_InOrder(void)
{
return False;
}