INGOR
Loading...
Searching...
No Matches
ingor.h
1
/*
2
ingor.{h,c} : INGOR - Integrated Network GeneratOR -
3
Copyright (C) 2018-2021, Yoshinori Tamada <tamada A T ytlab.jp>
4
All rights reserved.
5
6
See LICENSE.txt for details of the licensing agreement.
7
*/
8
9
#ifndef __INGOR_H
10
#define __INGOR_H
11
#include <stdio.h>
12
void
ingor_showProgramName(FILE * fp);
13
const
char
* ingor_getAppName();
14
const
char
* ingor_getRelease();
15
void
ingor_checkExpiration();
16
17
/* ERROR CODES */
18
19
/* GENERAL: 990- */
20
#define INGOR_ERR_UNKNOWN_SCORE (990004)
21
#define INGOR_ERR_UNKNOWN_ALGO (990005)
22
#define INGOR_ERR_EXPIRED (990900)
23
#define INGOR_ERR_FILE_OPEN_FAILED_PREP (9900061)
24
#define INGOR_ERR_FILE_OPEN_FAILED_INPUT (9900062)
25
#define INGOR_ERR_GDF_READ_FAILED (990007)
26
#define INGOR_ERR_UNKNOWN_FILE_TYPE (990008)
27
#define INGOR_ERR_NO_SAMPLES (990010)
28
#define INGOR_ERR_NO_VARIABLES (990011)
29
#endif
/* __INGOR_H */
30
/* End of file */
Generated by
1.12.0