fehQlibs 26
Qlibs
Loading...
Searching...
No Matches
ndelay.h
Go to the documentation of this file.
1#ifndef NDELAY_H
2#define NDELAY_H
3
10int ndelay_on(int);
11int ndelay_off(int);
12
13#endif
int ndelay_off(int)
Definition: ndelay.c:21
int ndelay_on(int)
Definition: ndelay.c:16