1
0
forked from 131/lab3_test

initial commit

This commit is contained in:
dzruyk
2023-03-25 03:58:02 +03:00
commit d4ef45f45b
13 changed files with 3302 additions and 0 deletions

6
str_lib.h Normal file
View File

@@ -0,0 +1,6 @@
#pragma once
int mystrlen(const char *s);
int mystr_idx(const char *s1, const char *s2);