Parent Directory
|
Revision Log
|
Revision Graph
Importing web-site building process.
1 | adcroft | 1.1 | /* Buffers for accumulating strings and description text */ |
2 | #define MAX_NAMEARR 1000 | ||
3 | char *namearr[MAX_NAMEARR]; | ||
4 | int namecount; | ||
5 | #define MAX_DESCRIPARR 10000 | ||
6 | char *descriparr[MAX_DESCRIPARR]; | ||
7 | int descriptcount; | ||
8 | |||
9 | int name_open; | ||
10 | int descript_open; |
ViewVC Help | |
Powered by ViewVC 1.1.22 |