libss2

Command-line interface parsing library
  http://e2fsprogs.sourceforge.net
  0
  no reviews



Libss provides a simple command-line interface parser which will accept input from the user, parse the command into an argv argument vector, and then dispatch it to a handler function.

it was originally inspired by the multics subsystem library.