Panther Search Documentation Tutorials Devlogs Downloads Source Code

Documentation > Panther Documentation > Intrinsics > @importC

@importC

Panther
Documentation


1: func @importC = (filepath: [Char:*]) -> {MODULE};

  Import a C file as a module.

Parameters

  filepath: path of the file to import

Return Value

  The imported C file as a module.

Example

(TODO)

See Also

@import Import a Panther file
@importCpp Import a C++ file