File: parseargs.h

package info (click to toggle)
libinih 55-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 456 kB
  • sloc: ansic: 693; cpp: 158; makefile: 68; sh: 58
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__ */