diff options
-rw-r--r-- | source/faq.rst | 10 |
1 files 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 <arm-gcc>` used to compile your -programs is configured to link against the `newlib -<http://sourceware.org/newlib/>`_ C library, and allows the use of any -of its headers. +Just ``#include <stdlib.h>``. See :ref:`arm-gcc-libc` for more +information on the C standard library. .. _faq-dynamic-memory: |