1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
/* Generated by Nim Compiler v0.16.0 */
/* (c) 2017 Andreas Rumpf */
/* The generated code is subject to the original license. */
#define NIM_INTBITS 32
#include "nimbase.h"
#include <sys/socket.h>
#undef linux
int osinvalidsocket_voz9aUXu8jtRbvGZZJHNE8w;
int nativeafinet_rQwsjQjVqXvdaL9aZofzWwg;
int nativeafinet6_Da6PongZL9aJxBrf7qeBmfA;
NIM_EXTERNC N_NOINLINE(void, stdlib_nativesocketsInit000)(void) {
osinvalidsocket_voz9aUXu8jtRbvGZZJHNE8w = ((int) -1);
nativeafinet_rQwsjQjVqXvdaL9aZofzWwg = AF_INET;
nativeafinet6_Da6PongZL9aJxBrf7qeBmfA = AF_INET6;
}
NIM_EXTERNC N_NOINLINE(void, stdlib_nativesocketsDatInit000)(void) {
}
|