bool qSedStr ( Q_ENTRY entry,
const char *  srcstr,
FILE *  fpout 
)

Perform text transformations on input string

Parameters:
entry arguments to be transformed
srcstr source string
fpout output stream
Returns:
true if successful, otherwise returns false.
   Q_ENTRY *args = qEntryInit();
   args = qEntryPutStr(args, "${NAME}", "The qDecoder Project");
   args = qEntryPutStr(args, "${HOBBY}", "Open Source Project");
   qSedStr(args, "${NAME} : ${HOBBY}", stdout);
   qEntryFree(args);

Definition at line 75 of file qSed.c.


Generated on Mon Mar 26 07:00:51 2018 for JSOC_Documentation by  doxygen 1.5.7.1