targets/XSD_toolchain_gcc
author Surkov Sergey <surkovsv93@gmail.com>
Thu, 31 May 2018 13:07:10 +0300
changeset 2170 ce5bd74ed552
parent 1478 69fe0b81e951
permissions -rwxr-xr-x
Add function example to first_steps example

It'll be used in documentation to show how to create function in
Beremiz.

          <xsd:attribute name="Compiler" type="xsd:string" use="optional" default="gcc"/>
          <xsd:attribute name="CFLAGS" type="xsd:string" use="optional" default=""/>
          <xsd:attribute name="Linker" type="xsd:string" use="optional" default="gcc"/>
          <xsd:attribute name="LDFLAGS" type="xsd:string" use="optional" default=""/>