diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2011-06-14 00:05:19 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2011-06-14 00:05:19 -0400 |
commit | d1b3c4d990aa90502195511e7dc50eeac12cf871 (patch) | |
tree | d1e1c3a93bf6d23d51b4db15cc08a030ac6a89ef | |
parent | 9335540d39df30f096f96dcfd15eea962757144f (diff) | |
download | librambutan-d1b3c4d990aa90502195511e7dc50eeac12cf871.tar.gz librambutan-d1b3c4d990aa90502195511e7dc50eeac12cf871.zip |
language: Making atoi() question point to FAQ.
-rw-r--r-- | source/language.rst | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/source/language.rst b/source/language.rst index f707cb2..82d2e7b 100644 --- a/source/language.rst +++ b/source/language.rst @@ -25,15 +25,10 @@ C or C++ programmers may wish to skip to the - If you want to use C or C++, see the :ref:`unix-toolchain`. - If you're looking for something from the C standard library (like - ``atoi()``, for instance): the :ref:`CodeSourcery GCC compiler - <arm-gcc>` used to compile your programs is configured to link - against `newlib <http://sourceware.org/newlib/>`_, and allows the - use of any of its header files. However, dynamic memory allocation - (``malloc()``, etc.) is not available. - - - If you're looking for pointers to low-level details, see - :ref:`libmaple` and this page's :ref:`Recommended Reading - <language-recommended-reading>`. + ``atoi()``, for instance, see :ref:`this FAQ <faq-atoi>`. + + - Low-level details are in :ref:`libmaple` and this page's + :ref:`Recommended Reading <language-recommended-reading>`. .. _language-lang-docs: |