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