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.

MPLAB ® <strong>C18</strong> C 编 译 器 函 数 库ultoa功 能 : 将 无 符 号 长 整 型 转 换 为 字 符 串 。包 含 头 文 件 : stdlib.h原 型 :char * ultoa( unsigned long value,char * string);参 数 :value要 转 换 的 无 符 号 长 整 型 。string指 向 保 存 结 果 的 ASCII 字 符 串 的 指 针 。说 明 : 该 函 数 将 参 数 value 中 的 无 符 号 长 整 型 转 换 为 ASCII 字 符 串 表 示 。string 必 须 足 够 长 才 能 保 存 ASCII 表 示 , 包 括 负 值 的 符 号 字 符 和 结 尾 的空 字 符 。 该 函 数 是 MPLAB <strong>C18</strong> 对 ANSI 所 需 函 数 库 的 扩 展 。返 回 值 : 指 向 结 果 string 的 指 针 。文 件 名 :ultoa.asmDS51297C_CN 第 116 页© 2004 Microchip Technology Inc.

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

Saved successfully!

Ooh no, something went wrong!