diff options
Diffstat (limited to 'source/faq.rst')
-rw-r--r-- | source/faq.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/faq.rst b/source/faq.rst index 6b32b48..937eae8 100644 --- a/source/faq.rst +++ b/source/faq.rst @@ -11,11 +11,11 @@ .. _faq-atoi: -How can I use ``atoi()``, ``strol()``, etc? -------------------------------------------- +How can I use ``atoi()``, ``strol()``, etc.? +-------------------------------------------- Just ``#include <stdlib.h>``. See :ref:`arm-gcc-libc` for more -information on the C standard library. +information. .. _faq-dynamic-memory: |