ADMB Documentation
-a65f1c97
Main Page
Function Reference
Classes
Source Code
Related Pages
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
src
nh99
adsleep.cpp
Go to the documentation of this file.
1
9
#include <
admodel.h
>
10
#include <stdlib.h>
11
12
#if defined(_WIN32)
13
#include <windows.h>
14
#endif
15
16
#ifndef _MSC_VER
17
#include <unistd.h>
18
#endif
19
24
void
ADSleep
(
unsigned
int
t)
25
{
26
#if defined(_WIN32)
27
Sleep(t);
28
#else
29
sleep(t);
30
#endif
31
}
ADSleep
void ADSleep(unsigned int t)
Description not yet available.
Definition:
adsleep.cpp:24
admodel.h
Description not yet available.
Generated on Wed Sep 7 2022 00:01:26 for ADMB Documentation by
1.8.5