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_*/
nbrtos.h
NetBurner Real-Time Operating System API.
examples
Web
HtmlVariables
src
htmlvar.h
Generated by
1.8.14