7.0.1685-testing
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");
fn main(){
info(sayHello("my_name", 4));
}