https://github.com/cran/RandomFields
Raw File
Tip revision: 3e7d0eda861a94bf29844315f049e11eda363007 authored by Martin Schlather on 30 October 2013, 00:00:00 UTC
version 2.0.66
Tip revision: 3e7d0ed
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