]> git.tuebingen.mpg.de Git - adu.git/commit
Add create_argv() to string.c.
authorAndre Noll <maan@systemlinux.org>
Sun, 26 Oct 2008 13:13:01 +0000 (14:13 +0100)
committerAndre Noll <maan@systemlinux.org>
Sun, 26 Oct 2008 13:13:01 +0000 (14:13 +0100)
commit31aed0af96ade20b74753b820d5a037a72204a10
treee50cdad7d5e85220185200beb81abe046618d19c
parentbd06800e612996d0c4b4c2ec52646a842d301452
Add create_argv() to string.c.

A problem with gengetopt's string parser is that it can not handle
whitespace within parameters. It's therefore necessary to roll our
own line splitting code.
string.c
string.h