>DansTonCode();

Citation de code source en C++162

  7 June 2014 à 02:30
        if ((o = memwrap_realloc(o, sizeof (*o) + (max - 1) * sizeof (*o->item))) == NULL)
            return;    /* COVERAGE EXCLUSION: We don't test memwrap_realloc() failures */
        if ((len = snprintf(buf, bufsz, "%s%u", i ? "," : "", list->item[i])) >= bufsz)
            break;    /* COVERAGE EXCLUSION: We don't test overflows */

Allez voir les citations similaires

Partagez cette citation