Add utils_generate_optstring() to libcommon
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 16 Dec 2013 22:15:04 +0000 (17:15 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Tue, 17 Dec 2013 19:24:24 +0000 (14:24 -0500)
commit8db0dc005c98126fb0e6ede59a695e399ad31e01
treedfbeee33817a46dab6dd7368ec2ce588d47689f6
parent1501a7f32e1abf3e805053d4241c9796882d56bc
Add utils_generate_optstring() to libcommon

This function generates the optstring argument exepected by getopt_long
from a NULL-terminated struct option array.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Signed-off-by: David Goulet <dgoulet@efficios.com>
src/common/utils.c
src/common/utils.h
This page took 0.026031 seconds and 5 git commands to generate.