mirror of
http://www.pogo.org.uk/~mark/trx.git
synced 2024-11-21 18:05:06 +01:00
7 lines
62 B
C
7 lines
62 B
C
#ifndef MISC_H
|
|
#define MISC_H
|
|
|
|
int go_realtime(void);
|
|
|
|
#endif
|