CAEN Utility  2.0.2
Utilities for CAEN projects
String manipulation

Function to manupulate strings. More...

Functions

size_t c_srtrim (char *str, const char *remove)
 
size_t c_sltrim (char *str, const char *remove)
 
size_t c_strim (char *str, const char *remove)
 

Detailed Description

Function to manupulate strings.

Function Documentation

◆ c_srtrim()

size_t c_srtrim ( char *  str,
const char *  remove 
)

Definition at line 55 of file CAENUtility.c.

Here is the caller graph for this function:

◆ c_sltrim()

size_t c_sltrim ( char *  str,
const char *  remove 
)

Definition at line 65 of file CAENUtility.c.

Here is the caller graph for this function:

◆ c_strim()

size_t c_strim ( char *  str,
const char *  remove 
)

Definition at line 75 of file CAENUtility.c.

Here is the call graph for this function: