diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2011-09-21 01:22:39 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2011-09-21 01:23:47 -0400 |
commit | 769b560c7e6e9f3ff789bc2832dbadadc09e0440 (patch) | |
tree | 4aaa6b5b0e142d1950198adce92298bb7273d5fb /source | |
parent | 2b8c61b37780d8acc3ce120267a7d81566323457 (diff) | |
download | librambutan-769b560c7e6e9f3ff789bc2832dbadadc09e0440.tar.gz librambutan-769b560c7e6e9f3ff789bc2832dbadadc09e0440.zip |
faq: Tweak atoi() entry.
Remove redundancy in HTML output.
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
Diffstat (limited to 'source')
-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: |