# vote\.c # ## Vote ## * [Description](#user-content-preamble) * [Struct, Union, and Enum Definitions](#user-content-tag): [vote](#user-content-tag-6b81ce15) * [License](#user-content-license) ## 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](https://opensource.org/licenses/GPL-3.0)\.