Subversion Repositories CharLCD

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 mjames 1
#if defined __cplusplus
2
extern "C" {
3
#endif
4
    void initialise();
5
    void runner();
6
 
7
#if defined __cplusplus
8
}
9
#endif