File: prepargs.h

package info (click to toggle)
tar 1.27.1-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 16,128 kB
  • sloc: sh: 40,042; ansic: 22,138; yacc: 1,252; makefile: 432; 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 ***);