aboutsummaryrefslogtreecommitdiffstats
path: root/source/faq.rst
diff options
context:
space:
mode:
Diffstat (limited to 'source/faq.rst')
-rw-r--r--source/faq.rst14
1 files changed, 10 insertions, 4 deletions
diff --git a/source/faq.rst b/source/faq.rst
index 937eae8..bd155ae 100644
--- a/source/faq.rst
+++ b/source/faq.rst
@@ -11,16 +11,16 @@
.. _faq-atoi:
-How can I use ``atoi()``, ``strol()``, etc.?
---------------------------------------------
+Can I use ``atoi()``, ``strol()``, etc.?
+----------------------------------------
Just ``#include <stdlib.h>``. See :ref:`arm-gcc-libc` for more
information.
.. _faq-dynamic-memory:
-How can I use ``malloc()``/``new``?
------------------------------------
+Can I use ``malloc()``/``new``?
+-------------------------------
For ``malloc()``, just ``#include <stdlib.h>``, and everything should
work fine. Be careful, though! This isn't like C programming on a
@@ -107,3 +107,9 @@ featuring a `detailed discussion on pin capability
writes. And finally, `another thread
<http://forums.leaflabs.com/topic.php?id=895>`_ on the subject which
summarizes a variety of other threads on doing I/O quickly.
+
+Can I use Maple without Maple IDE?
+----------------------------------
+
+Yes. See :ref:`unix-toolchain` for the details.
+