C166 User's Guide

Technical Support

On-Line Manuals

C166 User's Guide

C166 Introduction Compiling Programs Language Extensions Preprocessor Advanced Programming Error Messages Library Reference Library Files Source Code Standard Types jmp_buf ptrdiff_t size_t va_list wchar_t Macros HARRAY HVAR MARRAY MVAR XARRAY XVAR Routines By Category Buffer Manipulation Routines Character Routines Data Conversion Routines Intrinsic Routines Math Routines Memory Allocation Routines Stream I/O Routines String Routines Variable Length Argument Routines Miscellaneous Routines Include Files SFR Definitions absacc.h assert.h ctype.h float.h intrins.h limits.h math.h membox.h setjmp.h stdarg.h stddef.h stdio.h stdlib.h string.h Reference _alloc_boxf _alloc_boxh _alloc_boxn _atomic_ _bfld_ _calloc_boxf _calloc_boxh _calloc_boxn _chkdouble_ _chkfloat_ _crol_ _cror_ _diswdt_ _einit_ _endatomic_ _free_boxf _free_boxh _free_boxn _getkey _idle_ _init_boxf _init_boxh _init_boxn _irol_ _iror_ _lrol_ _lror_ _nop_ _pop_ _prior_ _priord_ _push_ _pwrdn_ _sof_ _srvwdt_ _testclear_ _testset_ _tolower _toupper _trap_ abs acos asin assert atan atan2 atof atoi atol calloc calloc_b ceil cos cosh exp fabs floor fmemccpy fmemchr fmemcmp fmemcpy fmemmove fmemset fmod free free_b fstrcat fstrchr fstrcmp fstrcpy fstrcspn fstrlen fstrncat fstrncmp fstrncpy fstrpbrk fstrpos fstrrchr fstrrpbrk fstrrpos fstrspn getchar gets hmemcmp hmemcpy hstrcmp hstrcpy init_mempool init_mempool_b isalnum isalpha iscntrl isdigit isgraph islower isprint ispunct isspace isupper isxdigit labs log log10 longjmp malloc malloc_b memccpy memchr memcmp memcpy memmove memset modf offsetof pow printf putchar puts rand realloc realloc_b scanf setjmp sin sinh sprintf sqrt srand sscanf strcat strchr strcmp strcpy strcspn strlen strncat strncmp strncpy strpbrk strpos strrchr strrpbrk strrpos strspn strstr strtod strtol strtoul tan tanh toascii toint tolower toupper ungetchar va_arg va_end va_start vprintf vsprintf xcalloc xfree xinit_mempool xmalloc xmemccpy xmemchr xmemcmp xmemcpy xmemmove xmemset xrealloc xstrcmp xstrcpy xstrlen xstrncpy Appendix

Library Files

The C166 library includes numerous compile-time libraries which are optimized for various functional requirements. These libraries support most of the ANSI C function calls.

FilenameDeviceModelFloating-Point
C166T.LIB80C166Tiny 
C166S.LIB80C166Small 
C166M.LIB80C166Medium 
C166C.LIB80C166Compact 
C166L.LIB80C166Large 
C166FPT.LIB80C166TinySingle-Precision
C166FPS.LIB80C166SmallSingle-Precision
C166FPM.LIB80C166MediumSingle-Precision
C166FPC.LIB80C166CompactSingle-Precision
C166FPL.LIB80C166LargeSingle-Precision
C166DPT.LIB80C166TinyDouble-Precision
C166DPS.LIB80C166SmallDouble-Precision
C166DPM.LIB80C166MediumDouble-Precision
C166DPC.LIB80C166CompactDouble-Precision
C166DPL.LIB80C166LargeDouble-Precision
C167T.LIBC16x/ST10/XC16xTiny 
C167S.LIBC16x/ST10/XC16xSmall 
C167M.LIBC16x/ST10/XC16xMedium 
C167C.LIBC16x/ST10/XC16xCompact 
C167L.LIBC16x/ST10/XC16xLarge 
C167HC.LIBC16x/ST10/XC16xHCompact 
C167HL.LIBC16x/ST10/XC16xHLarge 
C167XL.LIBC16x/ST10/XC16xXLarge 
C167FPT.LIBC16x/ST10/XC16xTinySingle-Precision
C167FPS.LIBC16x/ST10/XC16xSmallSingle-Precision
C167FPM.LIBC16x/ST10/XC16xMediumSingle-Precision
C167FPC.LIBC16x/ST10/XC16xCompactSingle-Precision
C167FPL.LIBC16x/ST10/XC16xLargeSingle-Precision
C167FPHC.LIBC16x/ST10/XC16xHCompactSingle-Precision
C167FPHL.LIBC16x/ST10/XC16xHLargeSingle-Precision
C167FPXL.LIBC16x/ST10/XC16xXLargeSingle-Precision
C167DPT.LIBC16x/ST10/XC16xTinyDouble-Precision
C167DPS.LIBC16x/ST10/XC16xSmallDouble-Precision
C167DPM.LIBC16x/ST10/XC16xMediumDouble-Precision
C167DPC.LIBC16x/ST10/XC16xCompactDouble-Precision
C167DPL.LIBC16x/ST10/XC16xLargeDouble-Precision
C167DPHC.LIBC16x/ST10/XC16xHCompactDouble-Precision
C167DPHL.LIBC16x/ST10/XC16xHLargeDouble-Precision
C167DPXL.LIBC16x/ST10/XC16xXLargeDouble-Precision

Note

  • Normally, you do not need to manually specify libraries for the library routines you use. The compiler includes special references to the library in the generated object file. Of course, you may specify the NODEFAULTLIBRARY directive to the linker to disable automatic linkage with the default libraries.