Update C-Other.xml - title case
This commit is contained in:
parent
c907ca6836
commit
07064c183f
1 changed files with 2 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
|||
<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
||||
]>
|
||||
<section id="sect-Defensive_Coding-C-Other">
|
||||
<title>Other C-related topics</title>
|
||||
<title>Other C-related Topics</title>
|
||||
<section id="sect-Defensive_Coding-C-Wrapper-Functions">
|
||||
<title>Wrapper functions</title>
|
||||
<title>Wrapper Functions</title>
|
||||
<para>
|
||||
Some libraries provide wrappers for standard library functions.
|
||||
Common cases include allocation functions such as
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue