Logo
Explore Help
Sign In
CyberMages/pact
1
0
Fork 0
You've already forked pact
Code Issues 1 Pull Requests Actions Packages Projects Releases Wiki Activity
pact/src/c/mod.rs

13 lines
263 B
Rust
Raw Normal View History

Fixed the memory functions required for LLVM to properly work. This required the fixing of the features section to properly handle passing on the use_std feature. It also required that the memory functions were moved to the main library module instead of within the rust module as was previously desired. The C module then correctly skips defining the external C library functions. Basic time functionality was also added.
2017-03-01 19:05:36 -05:00
//! Handle defining the external functions from what ever C library is
//! being linked against. These will use the C99 definitions so that
//! this library is as up-to-date as it can be.
mod string;
mod time;
pub use self::string::*;
pub use self::time::*;
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.6 Page: 214ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API