Document of c-modernization-kit (doxygen-sample)
1.0.0
Loading...
Searching...
No Matches
doxygen-sample
include
Functions
code.h File Reference
Go to the source code of this file.
Functions
void
reverseString
(char *str)
文字列を反転します。
Function Documentation
◆
reverseString()
void reverseString
(
char *
str
)
文字列を反転します。
Parameters
[in,out]
str
反転する文字列。
以下は使用例です。
char
text[] =
"Hello"
;
reverseString
(text);
printf(
"%s\n"
, text);
// 出力: olleH
reverseString
void reverseString(char *str)
文字列を反転します。
Generated by
1.14.0