Template:ApiBinaryItem: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 24: | Line 24: | ||
{{#if: {{{Not}}} | '''Note'''<br>| }} | {{#if: {{{Not}}} | '''Note'''<br>| }} | ||
: {{{Not}}} | : {{{Not}}} | ||
{{#if: {{{War}}} | | {{#if: {{{War}}} | '''Warning'''<br>| }} | ||
: {{{War}}} | |||
{{#if: {{{Exa}}} | '''Example'''<br> {{#tag:syntaxhighlight | {{#if: {{{Exa}}} | '''Example'''<br> {{#tag:syntaxhighlight | ||
|{{{Exa}}} | |{{{Exa}}} | ||
|lang=C | |lang=C | ||
}}<br> | }} | }}<br> | }} |
Revision as of 13:54, 27 June 2023
{{{HeSym}}} {{{Nam}}} {{{HeSym}}}
HeSym = Header symbol - ====, Nam = function name to using in header and definition
- Summary
- {{{Sum}}}
- Definition
{{{DefH}}} {{{Nam}}}({{{DefP}}});
- {{{DefH}}} {{{Nam}}}({{{DefP}}});
DefH = definition header - int, DefP = definition parameters - char*msg, int len
Parameters
- {{{1}}}
- {{{2}}}
- {{{3}}}
- {{{4}}}
- {{{5}}}
- {{{6}}}
- {{{7}}}
- {{{8}}}
- Return value
- {{{Ret}}}
Note
- {{{Not}}}
Warning
- {{{War}}}
Example
{{{Exa}}}