File: prepargs.h

package info (click to toggle)
diffutils 1%3A3.0-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 8,512 kB
  • ctags: 4,950
  • sloc: ansic: 20,065; sh: 8,561; makefile: 179; sed: 54
file content (3 lines) | stat: -rw-r--r-- 129 bytes parent folder | download | duplicates (21)
1
2
3
/* Parse arguments from a string and prepend them to an argv.  */

void prepend_default_options (char const *, int *, char ***);