From d1b3c4d990aa90502195511e7dc50eeac12cf871 Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Tue, 14 Jun 2011 00:05:19 -0400 Subject: language: Making atoi() question point to FAQ. --- source/language.rst | 13 ++++--------- 1 file 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 - ` used to compile your programs is configured to link - against `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 - `. + ``atoi()``, for instance, see :ref:`this FAQ `. + + - Low-level details are in :ref:`libmaple` and this page's + :ref:`Recommended Reading `. .. _language-lang-docs: -- cgit v1.2.3