@ -16,5 +16,6 @@ uint32_t fork();
void *memset(void* s, int c, unsigned long n) {
int8_t* mem = s;
for(long int i = 0; i < n; ++i) mem[i] = c;
return s;
}
#endif // !MINIMALSYS_H
The note is not visible to the blocked user.