https://github.com/cran/RandomFields
Raw File
Tip revision: b864f05b2275397ef7fb2f44bd6abb67a140a5c8 authored by Martin Schlather on 04 July 2012, 00:00:00 UTC
version 2.0.56
Tip revision: b864f05
win_linux_aux.h

#ifndef WIN_LINUX_AUX_H
#define WIN_LINUX_AUX_H 1

extern "C" void sleepMilli(int *milli);
extern "C" void pid(int *i);
extern "C" void hostname(char **h, int *i);


#endif /* WIN_LINUX_AUX_H */


back to top