crc32/args.h

11 lines
344 B
C
Raw Normal View History

2012-08-04 05:23:29 -07:00
/* Copyright (C) 2012 Connor Olding
*
* This program is licensed under the terms of the MIT License, and
* is distributed without any warranty. You should have received a
* copy of the license along with this program; see the file LICENSE.
*/
2012-04-13 02:43:39 -07:00
2012-08-04 07:24:04 -07:00
void args_parse(int argc, char **argv,
void flagfn(char, char*()), void plainfn(char*));