https://github.com/cran/RandomFields
Revision fe22a81d919a54b5245a7b688434663a5674ceb5 authored by Martin Schlather on 24 October 2010, 00:00:00 UTC, committed by Gabor Csardi on 24 October 2010, 00:00:00 UTC
1 parent b0fe233
Raw File
Tip revision: fe22a81d919a54b5245a7b688434663a5674ceb5 authored by Martin Schlather on 24 October 2010, 00:00:00 UTC
version 1.3.44
Tip revision: fe22a81
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