history.txt

来自「test file nucleus source」· 文本 代码 · 共 62 行

TXT
62
字号
                                Nucleus Common Library                            ***************************************************************************************************************Version 1.1a                                                     February 11, 2003**********************************************************************************The following changes were made in this release to add support for Nucleus MMU._strtol.c and _strtoul.c    Moved the mode switch macros for efficiency.  Now the only time a mode    switch will occur is during the overflow error.rand.c    Mode switch variables macro was missing from NCL_rand and NCL_srand, they    have been added.nu_ncl.h    Added the itoa define in order for the itoa function to be called from a user's    application.stdlib.h    Added the prototype for the itoa function.Mode switch macros are unnecessary here, they have been removed from thefollowing files:_ultoa.cabs.catoi.catol.citoa.cmemchr.cmemcmp.cmemcpy.cmemmove.cmemset.cstrcat.cstrchr.cstrcmp.cstrcspn.cstrlen.cstrncat.cstrncmp.cstrncpy.cstrpbrk.cstrrchr.cstrspn.cstrstr.cstrtok.cstrtol.ctolower.ctoupper.c**********************************************************************************Version 1.1                                                       October 16, 2002**********************************************************************************This is the first release of the Nucleus Common Library (NCL) generic code.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?