Don't try calling lsl when file is missing.
[splint-patched.git] / test / manual / testpal.c
blob0d57030cc763375f10730490e514166058cb10dd
1 # include "palindrome.h"
3 int main (void)
5 printf ("cat: %s\n", bool_unparse (isPalindrome ("cat")));
6 printf ("catac: %s\n", bool_unparse (isPalindrome ("catac")));
7 printf ("caac: %s\n", bool_unparse (isPalindrome ("caac")));
8 printf ("catttac: %s\n", bool_unparse (isPalindrome ("catttac")));
9 printf ("cabddeac: %s\n", bool_unparse (isPalindrome ("cabddeac")));