1 /* Generated by Nim Compiler v1.6.2 */
2 #define NIM_INTBITS 32
3 
4 #include "nimbase.h"
5 #undef LANGUAGE_C
6 #undef MIPSEB
7 #undef MIPSEL
8 #undef PPC
9 #undef R3000
10 #undef R4000
11 #undef i386
12 #undef linux
13 #undef mips
14 #undef near
15 #undef far
16 #undef powerpc
17 #undef unix
18 #define nimfr_(x, y)
19 #define nimln_(x, y)
20 typedef struct NimStringDesc NimStringDesc;
21 typedef struct TGenericSeq TGenericSeq;
22 struct TGenericSeq {
23 NI len;
24 NI reserved;
25 };
26 struct NimStringDesc {
27   TGenericSeq Sup;
28 NIM_CHAR data[SEQ_DECL_SIZE];
29 };
30 N_LIB_PRIVATE N_NIMCALL(NimStringDesc*, copyString)(NimStringDesc* src);
N_NIMCALL(NimStringDesc *,nativeToUnixPath__stdZprivateZglobs_50)31 N_LIB_PRIVATE N_NIMCALL(NimStringDesc*, nativeToUnixPath__stdZprivateZglobs_50)(NimStringDesc* path) {
32 	NimStringDesc* result;
33 	result = NIM_NIL;
34 	result = copyString(path);
35 	return result;
36 }
37