標準Cライブラリ
| ファイル名 |
説明 |
| assert.h |
diagnostics |
| ctype.h |
character handling |
| errno.h |
errors |
| float.h |
floating-point characteristics |
| limits.h |
implementation-defined limits |
| locale.h |
localization |
| setjmp.h |
non-local jumps |
| signal.h |
signal handling |
| stdarg.h |
variable argument lists |
| stddef.h |
common definitions |
| stdio.h |
input and output |
| stdlib.h |
utility functions |
| string.h |
string functions |
| time.h |
date and time functions |
数学関数 (Math Functions)
| ファイル名 |
説明 |
| math.h |
mathematical functions |
参考
- 16-Bit Language Tools Libraries (DS51456G)
/Microchip/MPLAB C30/include/にライブラリのヘッダファイルがあります。