]> andersk Git - splint.git/blame - test/tests2.2a/isalpha.c
Fixed up for win32 building (winconfig.h required)
[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.142387 seconds and 5 git commands to generate.