INGOR
Loading...
Searching...
No Matches
FilterUtil.h
1/*
2 filter/FilterUtil.{h,c} : Utility Functions for Filter programs
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 __FILTER_UTIL_H
9#define __FILTER_UTIL_H
10
11#include "util/ytParseArgs.h"
12ytParseArgs * FilterUtil_genParseArgs();
13
14#endif /* __FILTER_UTIL_H */
Structure for parsing command line arguments.