kopia lustrzana https://github.com/RPiks/pico-hf-oscillator
8 wiersze
109 B
C
8 wiersze
109 B
C
![]() |
#ifndef STRNSTR_H_
|
||
|
#define STRNSTR_H_
|
||
|
|
||
|
char *
|
||
|
strnstr(const char *s, const char *find, size_t slen);
|
||
|
|
||
|
#endif
|