INGOR
Loading...
Searching...
No Matches
ytING.h
1/*
2 io/ytING.{h,c} : JSON based INGOR native network file format
3 Copyright (C) 2018, Yoshinori Tamada <tamada A T ytlab.jp>
4 All rights reserved.
5
6 See LICENSE.txt for details of the licensing agreement.
7*/
8#ifndef __YTLIB_ING_H
9#define __YTLIB_ING_H
10#include <stdio.h>
11#include "net/ytNetwork.h"
12#include "util/ytKeyValues.h"
13void ytING_write(FILE * fp, const ytNetwork * network, const ytKeyValues * args);
14ytNetwork * ytING_read(FILE * fp, const ytKeyValues * args);
15int ytING_debug(int argc, char * argv[]);
16#endif /* __YTLIB_ING_H */
key-value pairs.
Network abstraction.