File: parseargs.h

package info (click to toggle)
libinih 59-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 484 kB
  • sloc: ansic: 719; cpp: 229; makefile: 68; sh: 62
file content (10 lines) | stat: -rw-r--r-- 169 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#ifndef __INI_TEST_H__
#define __INI_TEST_H__

#include <stdbool.h>

extern bool ini_handler_lineno;

int parseargs(int argc, char **argv);

#endif /* __INI_TEST_H__ */