Simple hard-coded voting cgi programmes.
cgi
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Neil 6ade38d20c Documentation. 2 years ago
src Documentation. 2 years ago
Makefile Joining. 2 years ago
readme.md Documentation. 2 years ago

readme.md

vote.c

Description

These are hard-coded CGI programmes for simple voting. Compile with different headers to change the voting scheme.

Struct, Union, and Enum Definitions

vote

struct vote { const char *name; unsigned vote; const char token; };

Vote structure.

License

2007 Neil Edelman, distributed under the terms of the GNU General Public License 3.