#CAPTION#
extractFMIKind
--------------

Extracts the FMI kind of a given FMU from the file system.
#END#

#LUA#
.. code-block:: lua

  # not available

#END#

#PYTHON#
.. code-block:: python

  # not available

#END#

#CAPI#
.. code-block:: c

  oms_status_enu_t oms_extractFMIKind(const char* filename, oms_fmi_kind_enu_t* kind);

#END#

#DESCRIPTION#
#END#
