INGOR
Loading...
Searching...
No Matches
io
ytPaList.h
1
/*
2
io/ytPaList.{h,c} : Parent List 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_PALIST_H
9
#define __YTLIB_PALIST_H
10
11
#include <stdio.h>
12
13
#include "net/ytNetwork.h"
14
#include "util/ytKeyValues.h"
15
16
void
ytPaList_write(FILE * fp,
const
ytNetwork
* network,
const
ytKeyValues
* args);
17
ytNetwork
* ytPaList_read(FILE * fp,
const
ytKeyValues
* args);
18
19
#endif
/* __YTLIB_PALIST_H */
ytKeyValues
key-value pairs.
ytNetwork
Network abstraction.
Generated by
1.9.8