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>
12void ingor_showProgramName(FILE * fp);
13const char * ingor_getAppName();
14const char * ingor_getRelease();
15
16#endif /* __INGOR_H */
17/* End of file */