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.

通 用 软 件 函 数 库isupper功 能 : 确 定 字 符 是 否 为 大 写 字 母 。包 含 头 文 件 : ctype.h原 型 :unsigned char isupper (unsigned char ch);参 数 :ch要 检 查 的 字 符 。说 明 : 如 果 字 符 在 “A” 到 “Z” 范 围 内 , 就 认 为 它 是 大 写 字 母 字 符 。返 回 值 : 如 果 字 符 是 大 写 字 母 字 符 , 返 回 非 0 ;否 则 , 返 回 0。文 件 名 :isupper.cisxdigit功 能 : 确 定 字 符 是 否 为 十 六 进 制 数 字 。包 含 头 文 件 : ctype.h原 型 : unsigned char isxdigit( unsigned char ch );参 数 :ch要 检 查 的 字 符 。说 明 :如 果 字 符 在 “0” 到 “9”, “a” 到 “f” 或 ” “A” 到 “F” 范 围内 , 就 认 为 它 是 十 六 进 制 数 字 字 符 。返 回 值 : 如 果 字 符 是 十 六 进 制 数 字 字 符 , 返 回 非 0 ;否 则 , 返 回 0。文 件 名 :isxdig.c© 2004 Microchip Technology Inc. DS51297C_CN 第 111 页

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

Saved successfully!

Ooh no, something went wrong!