12 static char name[512];
void test_main(void)
Tries to create a file with a name that is much too long, which must fail.
bool create(const char *file, unsigned initial_size)
void msg(const char *format,...)
void * memset(void *dst_, int value, size_t size)
Sets the SIZE bytes in DST to VALUE.