6.10.94-stable

Basic_C

available since: 7.0

@library("basic_c", "0.0.0");

This library is a minimal example of GreyCat library. The aims of this project is to serve as a skeleton for developers to wrap c/c++ code as GreyCat types. This simple library can also be relvelant to test dynamic code loading of GreyCat.

Hereafter is an example of usage:

@library("basic_c", "0.0.0");
use basic;
fn main(){
    info(sayHello("my_name", 4));
}