listing17-5.i 84 B

1234567
  1. %module palindrome
  2. %{
  3. #include <string.h>
  4. %}
  5. extern int is_palindrome(char *text);