https://github.com/cran/RandomFields
Revision b270a23974945ef2220b2eb3a8f54d5a39fd86ae authored by Martin Schlather on 29 June 2009, 00:00:00 UTC, committed by Gabor Csardi on 29 June 2009, 00:00:00 UTC
1 parent a48e27e
Raw File
Tip revision: b270a23974945ef2220b2eb3a8f54d5a39fd86ae authored by Martin Schlather on 29 June 2009, 00:00:00 UTC
version 1.3.39
Tip revision: b270a23
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