From f7fbabd02bdd87d6cf2cc001d6d9ec1db4ae9aa0 Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Sun, 6 May 2012 22:55:06 -0400 Subject: faq: Cosmetic tweaks to question style Signed-off-by: Marti Bolivar --- source/faq.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source/faq.rst') 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 ``. 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 ``, and everything should work fine. Be careful, though! This isn't like C programming on a -- cgit v1.2.3