From 2b8c61b37780d8acc3ce120267a7d81566323457 Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Wed, 21 Sep 2011 01:19:16 -0400 Subject: faq: Improve atoi() FAQ. Add reference to strtol() to show we're hip to the times. Add link to arm-gcc section on libc for further reading. Signed-off-by: Marti Bolivar --- source/faq.rst | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/source/faq.rst b/source/faq.rst index 0d26a48..6b32b48 100644 --- a/source/faq.rst +++ b/source/faq.rst @@ -11,13 +11,11 @@ .. _faq-atoi: -How can I use ``atoi()``? -------------------------- +How can I use ``atoi()``, ``strol()``, etc? +------------------------------------------- -The :ref:`CodeSourcery GCC compiler ` used to compile your -programs is configured to link against the `newlib -`_ C library, and allows the use of any -of its headers. +Just ``#include ``. See :ref:`arm-gcc-libc` for more +information on the C standard library. .. _faq-dynamic-memory: -- cgit v1.2.3