@@ -0,0 +1,9 @@
#ifndef ERROR_H
#define ERROR_H
typedef struct {
int stat;
const char *src;
} error_t;
#endif
The note is not visible to the blocked user.