File: prepargs.h

package info (click to toggle)
tar 1.23-3
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 13,692 kB
  • ctags: 6,543
  • sloc: sh: 34,528; ansic: 18,520; yacc: 1,219; makefile: 301; 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 ***);