summaryrefslogtreecommitdiff
path: root/graphs/piscine/check_alphabet/check_alphabet.h
blob: 667a20fa930954c3d2af3807e4bd4a18c1506c29 (plain)
1
2
3
4
5
6
#ifndef CHECK_ALPHABET_H
#define CHECK_ALPHABET_H

int check_alphabet(const char *str, const char *alphabet);

#endif /* !CHECK_ALPHABET_H */