c-compat 0.1.0-alpha.1

Allows to easily compile and integrate C libraries in Rust in a cross-platform way
Documentation
1
2
3
4
5
6
#ifndef _STDIO_H
#define _STDIO_H

// Dummy to fix #include <stdio.h> compilation errors

#endif