diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2012-05-06 22:55:06 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2012-05-06 22:55:06 -0400 |
commit | f7fbabd02bdd87d6cf2cc001d6d9ec1db4ae9aa0 (patch) | |
tree | 2c0df8bd6bfcda018eda04a178177b2deaeb8411 | |
parent | 2eaeea8aaec50b7506b5686c5a8da8671f0133c4 (diff) | |
download | librambutan-f7fbabd02bdd87d6cf2cc001d6d9ec1db4ae9aa0.tar.gz librambutan-f7fbabd02bdd87d6cf2cc001d6d9ec1db4ae9aa0.zip |
faq: Cosmetic tweaks to question style
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
-rw-r--r-- | source/faq.rst | 8 |
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 |