nuttx/lib
patacongo cb9de2289f Move string.h functions in lib/ to lib/string
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3439 42af7a65-404d-4744-a932-0658087f49c3
2011-03-30 19:51:19 +00:00
..
string Move string.h functions in lib/ to lib/string 2011-03-30 19:51:19 +00:00
dq_addafter.c header file and file header clean-up 2011-03-28 21:21:11 +00:00
dq_addbefore.c header file and file header clean-up 2011-03-28 21:21:11 +00:00
dq_addfirst.c header file and file header clean-up 2011-03-28 21:21:11 +00:00
dq_addlast.c header file and file header clean-up 2011-03-28 21:21:11 +00:00
dq_rem.c header file and file header clean-up 2011-03-28 21:21:11 +00:00
dq_remfirst.c header file and file header clean-up 2011-03-28 21:21:11 +00:00
dq_remlast.c Add strtod 2010-03-14 15:10:16 +00:00
lib_abs.c Add labs(), llabs(), and imaxabs() 2010-10-09 21:12:49 +00:00
lib_b16cos.c Add fixed precision sin() and cos() 2008-11-29 01:19:35 +00:00
lib_b16sin.c Add fixed precision sin() and cos() 2008-11-29 01:19:35 +00:00
lib_basename.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_calendar2utc.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_chdir.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_crc32.c Add CRC32 to lib/; add tool to make lpc313x bootloader images 2010-01-16 02:12:48 +00:00
lib_daysbeforemonth.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_dbg.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_dirname.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_dtoa.c Fix issues detected by CppCheck tool 2011-01-19 20:02:23 +00:00
lib_dumpbuffer.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_etherntoa.c Make use of FAR consistent in stdio.h 2008-11-10 14:40:03 +00:00
lib_fclose.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_fflush.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_fgetc.c Make use of FAR consistent in stdio.h 2008-11-10 14:40:03 +00:00
lib_fgetpos.c types blkcnt_t and off_t should not depend on memory model; Remove non-standard type STATUS 2009-12-13 18:01:46 +00:00
lib_fgets.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_fileno.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_filesem.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_fixedmath.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_fopen.c SLIP corrections 2011-03-13 15:12:31 +00:00
lib_fprintf.c header file and file header clean-up 2011-03-28 21:21:11 +00:00
lib_fputc.c Make use of FAR consistent in stdio.h 2008-11-10 14:40:03 +00:00
lib_fputs.c Make use of FAR consistent in stdio.h 2008-11-10 14:40:03 +00:00
lib_fread.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_fseek.c Fix fseek/ftell; add fsetpos/fgetpos 2008-09-01 20:35:41 +00:00
lib_fsetpos.c Make use of FAR consistent in stdio.h 2008-11-10 14:40:03 +00:00
lib_ftell.c Fix fseek/ftell; add fsetpos/fgetpos 2008-09-01 20:35:41 +00:00
lib_fwrite.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_getcwd.c Added ch and pwd to NSH 2008-08-23 15:16:10 +00:00
lib_getopt.c Add missing RGB type 2011-02-24 00:52:51 +00:00
lib_getoptargp.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_getoptindp.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_getoptoptp.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_gets.c Make use of FAR consistent in stdio.h 2008-11-10 14:40:03 +00:00
lib_gmtime.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_gmtimer.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_htonl.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_htons.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_imaxabs.c Add inttypes.h 2010-10-10 00:20:09 +00:00
lib_inetntoa.c Make use of FAR consistent in stdio.h 2008-11-10 14:40:03 +00:00
lib_init.c header file and file header clean-up 2011-03-28 21:21:11 +00:00
lib_internal.h Add floating point support to printf 2010-05-08 03:10:51 +00:00
lib_isleapyear.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_labs.c add imaxabs(), labs(), and llabs() 2010-10-09 21:35:21 +00:00
lib_libdtoa.c Add floating point support to printf 2010-05-08 03:10:51 +00:00
lib_libfflush.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_libflushall.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_libfread.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_libfwrite.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_libsprintf.c Extend lib to handle incoming streams 2009-05-30 20:06:24 +00:00
lib_libvsprintf.c Add floating point support to printf 2010-05-08 03:10:51 +00:00
lib_llabs.c add imaxabs(), labs(), and llabs() 2010-10-09 21:35:21 +00:00
lib_lowinstream.c update comments; add lib_zeroinstream 2009-06-01 14:24:29 +00:00
lib_lowoutstream.c update comments; add lib_zeroinstream 2009-06-01 14:24:29 +00:00
lib_lowprintf.c Extend lib to handle incoming streams 2009-05-30 20:06:24 +00:00
lib_match.c Added some pattern matching logic 2009-07-11 13:59:42 +00:00
lib_meminstream.c update comments; add lib_zeroinstream 2009-06-01 14:24:29 +00:00
lib_memoutstream.c update comments; add lib_zeroinstream 2009-06-01 14:24:29 +00:00
lib_mktime.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_nullinstream.c update comments; add lib_zeroinstream 2009-06-01 14:24:29 +00:00
lib_nulloutstream.c update comments; add lib_zeroinstream 2009-06-01 14:24:29 +00:00
lib_printf.c Make use of FAR consistent in stdio.h 2008-11-10 14:40:03 +00:00
lib_puts.c Make use of FAR consistent in stdio.h 2008-11-10 14:40:03 +00:00
lib_qsort.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_rand.c header file and file header clean-up 2011-03-28 21:21:11 +00:00
lib_rawinstream.c update comments; add lib_zeroinstream 2009-06-01 14:24:29 +00:00
lib_rawoutstream.c update comments; add lib_zeroinstream 2009-06-01 14:24:29 +00:00
lib_rawprintf.c Extend lib to handle incoming streams 2009-05-30 20:06:24 +00:00
lib_rdflush.c Make use of FAR consistent in stdio.h 2008-11-10 14:40:03 +00:00
lib_rint.c header file and file header clean-up 2011-03-28 21:21:11 +00:00
lib_sem.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_snprintf.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_sprintf.c Extend lib to handle incoming streams 2009-05-30 20:06:24 +00:00
lib_sscanf.c Add config to enable floating point support 2010-03-14 17:54:16 +00:00
lib_stdinstream.c dup() and dup2() support for socket descriptors 2009-06-15 18:58:22 +00:00
lib_stdoutstream.c update comments; add lib_zeroinstream 2009-06-01 14:24:29 +00:00
lib_streamsem.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_strftime.c Fix hcs12 integer overflows 2009-12-12 18:27:20 +00:00
lib_ungetc.c Make use of FAR consistent in stdio.h 2008-11-10 14:40:03 +00:00
lib_vfprintf.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_vprintf.c Make use of FAR consistent in stdio.h 2008-11-10 14:40:03 +00:00
lib_vsnprintf.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_vsprintf.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_wrflush.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_zeroinstream.c update comments; add lib_zeroinstream 2009-06-01 14:24:29 +00:00
Makefile Move string.h functions in lib/ to lib/string 2011-03-30 19:51:19 +00:00
sq_addafter.c header file and file header clean-up 2011-03-28 21:21:11 +00:00
sq_addfirst.c header file and file header clean-up 2011-03-28 21:21:11 +00:00
sq_addlast.c header file and file header clean-up 2011-03-28 21:21:11 +00:00
sq_rem.c header file and file header clean-up 2011-03-28 21:21:11 +00:00
sq_remafter.c header file and file header clean-up 2011-03-28 21:21:11 +00:00
sq_remfirst.c header file and file header clean-up 2011-03-28 21:21:11 +00:00
sq_remlast.c header file and file header clean-up 2011-03-28 21:21:11 +00:00