get_local_info 0.2.4

Getlocalinfo is a Rust crate that obtains local information
Documentation
1
2
3
4
5
6
7
8
#include <stdio.h>
#include "hw.h"

int c_hw(int a,int b) {
    int c = a + b;
    return c;
    printf("C_hw, build script!!!!\n");
}