mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-24 16:43:14 +01:00
9 lines
121 B
C
9 lines
121 B
C
#ifndef __LDC_GEN_ABI_X86_H__
|
|
#define __LDC_GEN_ABI_X86_H__
|
|
|
|
#include "gen/abi.h"
|
|
|
|
TargetABI* getX86TargetABI();
|
|
|
|
#endif
|