summaryrefslogtreecommitdiff
path: root/graphs/piscine/palindrome/palindrome.h
blob: 8595911c2f754b7c4ad11c9802a33bbbdc61b49c (plain)
1
2
3
4
5
6
#ifndef PALINDROME_H
#define PALINDROME_H

int palindrome(const char *s);

#endif /* !PALINDROME_H */