SPC  Version 0.9.5
 All Files Functions Groups Pages
ex_isalnum.spc

This is an example of how to use the isalnum function.

task main()
{
printf("%d\n", isalnum('c'));
}