Revision 73d7f2b428b288bbf57445dd5e6f51fd3a84847e authored by Martin Schlather on 30 June 2009, 00:00:00 UTC, committed by Gabor Csardi on 30 June 2009, 00:00:00 UTC
1 parent b270a23
Raw File
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