1
0
forked from 131/lab3_test

Update str_lib.h

This commit is contained in:
2025-11-01 12:45:21 +03:00
parent 5b9d9b6ad2
commit 0e15f39bbb

View File

@@ -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