Andrew Boyson / net

Dependents:   oldheating gps motorhome heating

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers link.h Source File

link.h

00001 #include <stdbool.h>
00002 
00003 extern bool LinkTrace;
00004 
00005 extern void LinkMain(void);
00006 extern void LinkInit(void);
00007