Template:ApiBinaryItem: Difference between revisions

From ADVACAM Wiki
Jump to navigation Jump to search
No edit summary
Tag: Manual revert
No edit summary
Line 25: Line 25:
{{#if: {{{Not}}} | ;Note<br> :{{{Not}}} | }}
{{#if: {{{Not}}} | ;Note<br> :{{{Not}}} | }}
{{#if: {{{War}}} | ;Warning<br> :{{{War}}} | }}
{{#if: {{{War}}} | ;Warning<br> :{{{War}}} | }}
<noinclude>
{{#if: {{{Exa}}} | '''Example'''<br> <code>{{{Exa}}}</code><br> | }}
{{#if: {{{Exa}}} | '''Example'''<br> <code>{{{Exa}}}</code><br> | }}
</noinclude>
{{#if: {{{Exa}}} | '''Example'''<br> {{#tag:syntaxhighlight|lang=C|{{{Exa}}}}}<br> | }}

Revision as of 10:45, 22 June 2023

{{{HeSym}}} {{{Nam}}} {{{HeSym}}}



HeSym = Header symbol - ====, Nam = function name to using in header and definition
(provizorní verze templatu / temporary version of template)

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}}}

Example

lang=C