aboutsummaryrefslogtreecommitdiffstats
path: root/source/faq.rst
diff options
context:
space:
mode:
Diffstat (limited to 'source/faq.rst')
-rw-r--r--source/faq.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/faq.rst b/source/faq.rst
index 937eae8..ec74487 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