This is the command cilc that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
cilc - Mono CIL-to-C binding generator
SYNOPSIS
cilc [options] assembly target
DESCRIPTION
cilc is the Mono CIL-to-C binding generator. It takes a CIL assembly as input and
generates a directory of C sources which, when compiled, provide a C interface to the
classes contained within that assembly by means of a shared object library.
Generated sources make use of the Mono embedding API. Thus a complete Mono development
environment must be available on the development system and a complete Mono runtime
environment must be available on target systems.
Use cilc online using onworks.net services