Sign in
android
/
platform
/
external
/
pytorch
/
9856a971b0
/
.
/
general.h
blob: da439ca6b27c1f04e2e452a3bfb6184c2e00aebd [
file
] [
log
] [
blame
]
#ifndef
TORCH_GENERAL_INC
#define
TORCH_GENERAL_INC
#include
<stdlib.h>
#include
<string.h>
#include
"luaT.h"
#include
"TH.h"
#ifdef
_MSC_VER
#define
snprintf _snprintf
#define
popen _popen
#define
pclose _pclose
#endif
#endif