Changeset 1178 in MondoRescue for branches/stable/mondo/src/lib/mr_str.c


Ignore:
Timestamp:
Feb 17, 2007, 2:27:26 AM (17 years ago)
Author:
Bruno Cornec
Message:

Continue to merge trunk memory management enhancements for libmondo-tools.c & libmondo-string.c
Introduction + test of a new function mr_strcat

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/src/lib/mr_str.c

    r1168 r1178  
    122122 * @param in_out The string to strip spaces/control characters from (modified).
    123123 */
    124 void mr_strip_spaces(char *in_out)
    125 {
    126     /*@ int ******************************************************** */
     124void mr_strip_spaces(char *in_out) {
    127125    int i;
    128126    int j;
    129127    size_t length;
    130 
    131     /*@ end vars *************************************************** */
    132128
    133129    if (in_out == NULL) {
Note: See TracChangeset for help on using the changeset viewer.