]> andersk Git - splint.git/blob - test/manual/testpal.c
Pushed back constraintResolve.c to the previous version.
[splint.git] / test / manual / testpal.c
1 # include "palindrome.h"
2
3 int main (void)
4 {
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")));
10 }
This page took 0.040297 seconds and 5 git commands to generate.