swh:1:snp:e520bf41b0e99213acde680a9d87fadac1aee079
Raw File
Tip revision: 69b6997965eece62828a56d78c704a7e13821098 authored by Martin Schlather on 08 October 2005, 00:00:00 UTC
version 1.3.4
Tip revision: 69b6997
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