forked from 131/lab3_test
7 lines
92 B
C
7 lines
92 B
C
#pragma once
|
|
|
|
int mystrlen(const char *s);
|
|
|
|
int mystr_idx(const char *s1, const char *s2);
|
|
|