https://github.com/cran/RandomFields
Revision cb8a32f1ddcfbcce003da5312030ddb4d1d04dc7 authored by Martin Schlather on 10 July 2012, 00:00:00 UTC, committed by Gabor Csardi on 10 July 2012, 00:00:00 UTC
1 parent b864f05
Raw File
Tip revision: cb8a32f1ddcfbcce003da5312030ddb4d1d04dc7 authored by Martin Schlather on 10 July 2012, 00:00:00 UTC
version 2.0.57
Tip revision: cb8a32f
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