Template:ApiBinaryItem: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
{{{HeSym}}} {{{Nam}}} {{{HeSym}}} | {{{HeSym}}} {{{Nam}}} {{{HeSym}}} | ||
<noinclude><br>HeSym = Header symbol - ====, Nam = function name to using in header and definition<br></noinclude> | <noinclude><br>HeSym = Header symbol - ====, Nam = function name to using in header and definition<br></noinclude> | ||
;Summary | |||
{{{Sum}}} | :{{{Sum}}} | ||
<br> | <br> | ||
;Definition | |||
{{{DefH}}} '''{{{Nam}}}'''({{{DefP}}}); | :{{{DefH}}} '''{{{Nam}}}'''({{{DefP}}}); | ||
<noinclude><br>DefH = definition header - int, DefP = definition parameters - char*msg, int len<br></noinclude> | <noinclude><br>DefH = definition header - int, DefP = definition parameters - char*msg, int len<br></noinclude> | ||
<br> | <br> | ||
Line 17: | Line 17: | ||
# {{{6}}} | # {{{6}}} | ||
<br> | <br> | ||
;Return value | |||
{{{Ret}}} | :{{{Ret}}} | ||
<br> | <br> | ||
{{#if: {{{Not}}} | | {{#if: {{{Not}}} | ;Note<br> :{{{Not}}}<br> | }} | ||
{{#if: {{{War}}} | | {{#if: {{{War}}} | ;Warning<br> :{{{War}}}<br> | }} | ||
{{#if: {{{Exa}}} | | {{#if: {{{Exa}}} | Example'''<br> <code>{{{Exa}}}</code><br> | }} |
Revision as of 09:40, 9 June 2023
(provizorní verze templatu / temporary version of template)
{{{HeSym}}} {{{Nam}}} {{{HeSym}}}
HeSym = Header symbol - ====, Nam = function name to using in header and definition
- Summary
- {{{Sum}}}
- Definition
- {{{DefH}}} {{{Nam}}}({{{DefP}}});
DefH = definition header - int, DefP = definition parameters - char*msg, int len
Parameters
- {{{1}}}
- {{{2}}}
- {{{3}}}
- {{{4}}}
- {{{5}}}
- {{{6}}}
- Return value
- {{{Ret}}}
- Note
:{{{Not}}} - Warning
:{{{War}}}
Example
{{{Exa}}}