aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2011-10-08 00:50:14 -0400
committerMarti Bolivar <mbolivar@leaflabs.com>2011-10-08 00:50:14 -0400
commit8fbb635180b32096ce4f05c2ac2a88a5d3c3ad46 (patch)
treee87335b51cf2acea0e43b57056ffc94c2e5328b0
parentf780ea927c32cf0fc72ab0e3f3fda1d4df644b29 (diff)
downloadlibrambutan-8fbb635180b32096ce4f05c2ac2a88a5d3c3ad46.tar.gz
librambutan-8fbb635180b32096ce4f05c2ac2a88a5d3c3ad46.zip
language-index.rst: Fix outdated information.
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
-rw-r--r--source/language-index.rst6
1 files changed, 1 insertions, 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
- <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.
+ ``atoi()``, for instance), see :ref:`this FAQ <faq-atoi>`.
- If you're looking for pointers to low-level details, see the
:ref:`Language Recommended Reading