| 65 | } |
| 66 | |
| 67 | int32_t sendManyUInts(const G *g) |
| 68 | { |
| 69 | if (g->a == 0xFF && g->b == 0xFFFF && g->c == 0xFFFFFFFF && g->d == 0xFFFFFFFFFFFFFFFF) |
| 70 | { |
| 71 | return 0; |
| 72 | } |
| 73 | return 1; |
| 74 | } |
| 75 | |
| 76 | int32_t checkString(const primate *p) |
| 77 | { |
no outgoing calls
no test coverage detected