aboutsummaryrefslogtreecommitdiff
path: root/sys/libc/cwmsec.c
blob: 246285a1fad75778019c77d10860b56cad2e7f01 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* Copyright(c) 1986 Association of Universities for Research in Astronomy Inc.
*/

#define	import_spp
#define	import_libc
#define	import_knames
#include <iraf.h>


/* C_WMSEC -- Delay for so may milliseconds.
*/
void
c_wmsec (
  int	msec			/* milliseconds to delay */
)
{
	XINT  x_msec = msec;

	ZWMSEC (&x_msec);
}