@@ -1,6 +1,7 @@
#pragma once
#ifndef STR_LIB_H
#define STR_LIB_H
int mystrlen(const char *s);
int mystr_idx(const char *s1, const char *s2);
#endif
The note is not visible to the blocked user.