FreeBASIC
0.91.0
Main Page
Data Structures
Files
File List
Globals
sys_delay.c
Go to the documentation of this file.
1
#include "../fb.h"
2
#include <unistd.h>
3
4
FBCALL
void
fb_Delay
(
int
msecs )
5
{
6
usleep(msecs * 1000);
7
}
rtlib
dos
sys_delay.c
Generated on Thu Jan 23 2014 19:40:10 for FreeBASIC by
1.8.4