From f3c392a0ce87823f740dabf7180d6387ec370ca5 Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Mon, 13 Jun 2011 23:47:38 -0400 Subject: language.rst: Tweaks for C/C++ hackers. --- source/language.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/language.rst b/source/language.rst index be085f2..f707cb2 100644 --- a/source/language.rst +++ b/source/language.rst @@ -13,7 +13,7 @@ language used to program the `Arduino `_ boards. .. TODO [0.2.0?] Wiring tutorial C or C++ programmers may wish to skip to the -:ref:`arduino_c_for_c_hackers`. +:ref:`arduino_c_for_c_hackers` or the :ref:`unix-toolchain`. .. contents:: Contents :local: @@ -22,6 +22,8 @@ C or C++ programmers may wish to skip to the - See the :ref:`libraries` for extra built-in libraries. + - 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 -- cgit v1.2.3