File: parse_flags.h

package info (click to toggle)
json-c 0.11-3~bpo7%2B1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports
  • size: 5,108 kB
  • sloc: ansic: 3,535; makefile: 1,641; sh: 222
file content (4 lines) | stat: -rw-r--r-- 95 bytes parent folder | download | duplicates (21)
1
2
3
4
#ifndef __parse_flags_h
#define __parse_flags_h
int parse_flags(int argc, char **argv);
#endif