File: prepargs.h

package info (click to toggle)
diffutils 1%3A3.7-3
  • links: PTS
  • area: main
  • in suites: buster
  • size: 13,108 kB
  • sloc: ansic: 73,660; sh: 10,159; perl: 450; makefile: 213; 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 ***);