5 lines
61 B
C
5 lines
61 B
C
|
#pragma once
|
||
|
#include <stdbool.h>
|
||
|
|
||
|
bool isPalindrome(int x);
|