From 8fbb635180b32096ce4f05c2ac2a88a5d3c3ad46 Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Sat, 8 Oct 2011 00:50:14 -0400 Subject: language-index.rst: Fix outdated information. Signed-off-by: Marti Bolivar --- source/language-index.rst | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/source/language-index.rst b/source/language-index.rst index 6c20605..5e4c609 100644 --- a/source/language-index.rst +++ b/source/language-index.rst @@ -16,11 +16,7 @@ programmers familiar with the Arduino language. with different kinds of hardware. - 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. + ``atoi()``, for instance), see :ref:`this FAQ `. - If you're looking for pointers to low-level details, see the :ref:`Language Recommended Reading -- cgit v1.2.3