@@ -175,6 +175,9 @@ int main() {
}
fp = fopen("./1.png", "rt");
if (fp == NULL) {
return EXIT_FAILURE;
unsigned char *file_data = file_to_char_array(fp, &i);
fclose(fp);
The note is not visible to the blocked user.