12.07.2015 Views

MPLAB® C18 C 编译器函数库

MPLAB® C18 C 编译器函数库

MPLAB® C18 C 编译器函数库

SHOW MORE
SHOW LESS
  • No tags were found...

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

通 用 软 件 函 数 库isdigit功 能 : 确 定 字 符 是 否 为 十 进 制 数 字 。包 含 头 文 件 : ctype.h原 型 : unsigned char isdigit( unsigned char ch );参 数 :ch要 检 查 的 字 符 。说 明 : 如 果 字 符 在 “0” 到 “9” 范 围 内 , 就 认 为 它 是 十 进 制 数 字 。返 回 值 : 如 果 字 符 是 十 进 制 数 字 , 返 回 非 0 ;否 则 , 返 回 0。文 件 名 :isdigit.cisgraph功 能 : 确 定 字 符 是 否 为 图 形 字 符 。包 含 头 文 件 : ctype.h原 型 : unsigned char isgraph( unsigned char ch );参 数 :ch要 检 查 的 字 符 。说 明 : 如 果 字 符 是 除 空 格 外 的 任 何 可 打 印 字 符 , 就 认 为 它 是 图 形 字 符 。返 回 值 : 如 果 字 符 是 图 形 字 符 , 返 回 非 0 ;否 则 , 返 回 0。文 件 名 :isgraph.cislower功 能 : 确 定 字 符 是 否 为 小 写 字 母 。包 含 头 文 件 : ctype.h原 型 : unsigned char islower( unsigned char ch );参 数 :ch要 检 查 的 字 符 。说 明 : 如 果 字 符 在 “a” 到 “z” 范 围 内 , 就 认 为 它 是 小 写 字 母 。返 回 值 : 如 果 字 符 是 小 写 字 母 , 返 回 非 0 ;否 则 , 返 回 0。文 件 名 :islower.c© 2004 Microchip Technology Inc. DS51297C_CN 第 109 页

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!