Template:ApiBinaryItem: Difference between revisions

From ADVACAM Wiki
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>
<br>
;Summary
;Summary
:{{{Sum}}}
:{{{Sum}}}
Line 22: Line 23:
{{#if: {{{Not}}} | ;Note<br> :{{{Not}}}<br> | }}
{{#if: {{{Not}}} | ;Note<br> :{{{Not}}}<br> | }}
{{#if: {{{War}}} | ;Warning<br> :{{{War}}}<br> | }}
{{#if: {{{War}}} | ;Warning<br> :{{{War}}}<br> | }}
{{#if: {{{Exa}}} | '''Example'''<br> <code>{{{Exa}}}</code><br> | }}
{{#if: {{{Exa}}} | '''Example'''<br><code>{{{Exa}}}</code><br> | }}

Revision as of 10:43, 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. {{{1}}}
  2. {{{2}}}
  3. {{{3}}}
  4. {{{4}}}
  5. {{{5}}}
  6. {{{6}}}


Return value
{{{Ret}}}


Note
 :{{{Not}}}
Warning
 :{{{War}}}

Example
{{{Exa}}}