plastimatch
Loading...
Searching...
No Matches
plm_sleep.h
Go to the documentation of this file.
1/* -----------------------------------------------------------------------
2 See COPYRIGHT.TXT and LICENSE.TXT for copyright and license information
3 ----------------------------------------------------------------------- */
4#ifndef _plm_sleep_h_
5#define _plm_sleep_h_
6
7#include "plmsys_config.h"
8
9PLMSYS_API void plm_sleep (int milliseconds);
10
11#endif
void plm_sleep(int milliseconds)
Definition plm_sleep.cxx:14
#define PLMSYS_API
Definition plmsys_config.h:19