RetroArch/deps/7zip/CpuArch.c

10 lines
117 B
C

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