]> andersk Git - splint.git/blob - test/tests2.2a/isalpha.c
Remove unused cpplib_createDefinition.
[splint.git] / test / tests2.2a / isalpha.c
1 # include "../bool.h"
2
3 bool f (char c)
4 {
5   return isalpha (c);
6 }
This page took 0.035207 seconds and 5 git commands to generate.