From 08743ccf9ad46eacd2ddd47a1f4bfed9e2880bbb Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 9 Oct 2010 21:12:49 +0000 Subject: [PATCH] Add labs(), llabs(), and imaxabs() git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2986 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 9f1fd03aaed..99d372ebbe2 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -1914,8 +1914,9 @@ nuttx-5.12 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> for the AT91 UC3A/B family of AVR32 MCUs. * confgs/avr32dev1 - Add support for the Atmel AVR32DEV1 board featuring the AT91UC3B0256 MCU. This board is produced by www.mcuzone.com. - * include/stdlib.h, lib/Makefile and lib/lib_abs.c - Add abs(). - + * include/stdlib.h, lib/Makefile, lib/lib_abs.c, lib/lib_labs.c, + lib_labs.c, lib_llabs.c, lib_imaxabs.c - Add abs(), labs(), llabs(), and + imaxabs(). pascal-2.1 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>