NetBurner 3.1
HtmlVariables/src/htmlvar.h
1 /*NB_REVISION*/
2 
3 /*NB_COPYRIGHT*/
4 
5 #ifndef HTMLVARS_H_
6 #define HTMLVARS_H_
7 
8 #include <nbrtos.h> // For access to TimeTick
9 
10 extern int gIntVal;
11 extern char gStrVal[];
12 
13 const char *FooWithParameters(int fd, int v);
14 
15 #endif /*HTMLVARS_H_*/
NetBurner Real-Time Operating System API.