nis-util  1.0.D108
Functions
lib/option_join.cc File Reference
#include <lib/ac/assert.h>
#include <lib/option_join.h>

Go to the source code of this file.

Functions

rcstring option_join (const rcstring &lhs, const rcstring &rhs)

Function Documentation

rcstring option_join ( const rcstring lhs,
const rcstring rhs 
)

The option_join function is used to join two options strings together. Option strings have the form "-something", and the result will have the form "-lhs,rhs"

Definition at line 25 of file option_join.cc.