Simple hard-coded voting cgi programmes.
cgi
Go to file
Neil 6ade38d20c Documentation. 2021-06-11 23:36:17 -07:00
src Documentation. 2021-06-11 23:36:17 -07:00
Makefile Joining. 2021-06-11 22:59:29 -07:00
readme.md Documentation. 2021-06-11 23:36:17 -07:00

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.