comparison ueda/libueda/popopt.c @ 2:c91e7a30fab3

ueda/libueda Linuxified
author Space Falcon <falcon@ivan.Harhan.ORG>
date Mon, 20 Jul 2015 00:38:43 +0000
parents cd92449fdb51
children
comparison
equal deleted inserted replaced
1:e2130f1ef720 2:c91e7a30fab3
2 * These are the libueda routines for handling population options. 2 * These are the libueda routines for handling population options.
3 */ 3 */
4 4
5 #include <stdio.h> 5 #include <stdio.h>
6 #include <ctype.h> 6 #include <ctype.h>
7 #include <stdlib.h>
8 #include <string.h>
7 #include <strings.h> 9 #include <strings.h>
8 #include "mcl.h" 10 #include "mcl.h"
9 11
10 extern char *get_comp_attr(); 12 extern char *get_comp_attr();
11 13