INGOR
Loading...
Searching...
No Matches
ytNodeList.h
1/*
2 io/ytNodeList.{h,c} : Node list network 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_NODELIST_H
9#define __YTLIB_NODELIST_H
10
11#include <stdio.h>
12#include "net/ytNetwork.h"
13#include "util/ytKeyValues.h"
14
15void ytNodeList_write(FILE * fp, const ytNetwork * network, const ytKeyValues * args);
16
17#endif /* __YTLIB_NODELIST_H */
key-value pairs.
Network abstraction.