8 lines
84 B
C
8 lines
84 B
C
#ifndef NDELAY_H
|
|
#define NDELAY_H
|
|
|
|
int ndelay_on(int);
|
|
int ndelay_off(int);
|
|
|
|
#endif
|