// time cbmc --trace --function check -DLEN=15 fname.c #include #include #include unsigned search_cat_brute (char *s, unsigned len) { unsigned read_ops=0; if (len<3) return len; // not found for (unsigned i=0; i