mirror of
https://github.com/theoleuthardt/learningC.git
synced 2026-06-13 01:27:54 +00:00
6 lines
93 B
C
6 lines
93 B
C
#ifndef PALINDROM_H
|
|
#define PALINDROM_H
|
|
|
|
void palindrom(char array[]);
|
|
|
|
#endif //PALINDROM_H
|