INTERFACE

DESCRIPTION
  Interface will be just wrap of procedure bodies. It will get input from caller in any way
  (thy why it is called interface), and pass them to procedure body in way it wants them. This
  way you just have to write new interface without need to change procedure bodies.

  Another purpose of interface is target type - DLL, binary, COFF, ELF, or none so it can
  be included directly into fasm source.
