PSR
CHIVE
Ask a Question
Search
PSR
CHIVE:
powered by
FreeFind
Home
Install
Use
Develop
Support
News
Credits
hosted by
Util
genutil
fsleep.h
1
/***************************************************************************
2
*
3
* Copyright (C) 2001 by Willem van Straten
4
* Licensed under the Academic Free License version 2.1
5
*
6
***************************************************************************/
7
// psrchive/Util/genutil/fsleep.h
8
9
#ifndef __FSLEEP_H
10
#define __FSLEEP_H
11
12
#ifdef __cplusplus
13
extern
"C"
{
14
#endif
15
16
void
fsleep (
double
seconds);
17
18
#ifdef __cplusplus
19
}
20
#endif
21
22
#endif
23
Generated using
doxygen
1.14.0