@@ -0,0 +1,8 @@
#ifndef SYSTEM_H
#define SYSTEM_H
typedef int size_t;
void *memset(void *dest, char val, size_t count);
#endif
The note is not visible to the blocked user.