chiark / gitweb /
proper revision ids for redactgraph too etc.
[trains.git] / parport / lib.h
1 /**/
2
3 #ifndef LIB_H
4 #define LIB_H
5
6 void doioctl(int ioctlnum, void *vp, unsigned long vpv);
7 void usleep_gettod(unsigned long us);
8 unsigned long number(const char *a);
9 extern int fd;
10
11 #endif /*LIB_H*/