]> andersk Git - splint.git/blame - test/tests2.2a/isalpha.c
Renamed lclintMacros.nf splintMacros.nf
[splint.git] / test / tests2.2a / isalpha.c
CommitLineData
885824d3 1# include "../bool.h"
2
3bool f (char c)
4{
5 return isalpha (c);
6}
This page took 0.692192 seconds and 5 git commands to generate.