https://github.com/cran/RandomFields
Raw File
Tip revision: a48e27ee14805933113c82d094271a7c54be6bae authored by Martin Schlather on 26 January 2009, 00:00:00 UTC
version 1.3.37
Tip revision: a48e27e
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