strlen-c/cpp/myfunc.h

10 lines
144 B
C
Raw Normal View History

2024-05-23 09:21:33 +00:00
#ifndef myfunc_H
#define myfunc_H
#include <stdint.h>
void count_characters(const char* alfabet, const char* slowo, uint8_t* wynik);
#endif