-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgen_nums.h
39 lines (35 loc) · 1.23 KB
/
gen_nums.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
/*
* gen_nums.h
*
* Copyright 2019 Ryan Koehler, VerdAscend Sciences, ryan@verdascend.com
*
* The programs and source code of the vertools collection are free software.
* They are distributed in the hope that they will be useful,
* WITHOUT ANY WARRANTY OF FITNESS FOR ANY PARTICULAR PURPOSE.
*
* Permission is granted for research, educational, and possibly commercial use
* and modification as long as 1) Code and any derived works are not
* redistributed for any fee, and 2) Proper credit is given to the authors.
* If you wish to include this software in a product, or use it commercially,
* please contact the authors.
*
* See https://www.verdascend.com/ for more
*
*/
#define VERSION_S "Gen_Nums version 1.51"
#define DEF_FORM_W 1
#define DEF_FORM_P 0
#define DEF_SEED 1234
/*********************** ppp ********************
* C function listing generated by gen_prot
* Thu Apr 5 06:58:35 2018
*/
/****************************************************************
* gen_nums.c
*/
int main(int argc, char **argv);
void Gen_numsUse(void);
int Gen_numsI(int argc, char **argv);
int OpenInFileI(char *inS, FILE **inPPF);
int ParseLetterArgI(char *letS, char *fPC, char *lPC);
int GetNextLetterI(char cC, char fC, char lC, char *nPC);