]> andersk Git - splint.git/blob - test/tests2.2a/isalpha.c
Renamed lclintMacros.nf splintMacros.nf
[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.062177 seconds and 5 git commands to generate.