![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
Functions | |
void * | FUZZ_malloc (size_t size) |
int | FUZZ_memcmp (void const *lhs, void const *rhs, size_t size) |
void * FUZZ_malloc | ( | size_t | size | ) |
malloc except return NULL for zero sized data and FUZZ_ASSERT that malloc doesn't fail.