diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2011-06-13 23:47:38 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2011-06-13 23:47:55 -0400 |
commit | f3c392a0ce87823f740dabf7180d6387ec370ca5 (patch) | |
tree | a61613240c791d64177f1c9f436ef742bf7a66a2 | |
parent | 793d10a13de9f49acbeec79129e8d987e1c6f218 (diff) | |
download | librambutan-f3c392a0ce87823f740dabf7180d6387ec370ca5.tar.gz librambutan-f3c392a0ce87823f740dabf7180d6387ec370ca5.zip |
language.rst: Tweaks for C/C++ hackers.
-rw-r--r-- | source/language.rst | 4 |
1 files changed, 3 insertions, 1 deletions
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 <http://arduino.cc/>`_ 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 <arm-gcc>` used to compile your programs is configured to link |