【C语言库函数源代码】 【本程序在Dev C++ 4.9.9.2 下编译通过】 int my_isalnum ( int ch ) { return (unsigned int)((ch | 0x20) - 'a') < 26u ||