NetBurner 3.5.6
PDF Version
Web/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_*/