File: prepargs.h

package info (click to toggle)
diffutils 1%3A3.5-3
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 12,384 kB
  • ctags: 6,062
  • sloc: ansic: 70,642; sh: 10,684; perl: 450; makefile: 204; sed: 16
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 ***);