书栈网 · BookStack 本次搜索耗时 0.009 秒,为您找到 27 个相关结果.
  • 8.4. Building the manual

    602 2020-01-06 《C2Rust Manual》
    Building the manual Adding to the manual Generated docs Building the manual cargo install —git https://github.com/immunant/mdBook.git —branch installable (May require —for...
  • 7.3. qsort

    511 2020-01-06 《C2Rust Manual》
    qsort qsort This tiny project provides an example of how to useCMake to build a C project and to generate the clang"compile_commands.json" file which is used by toolslike the c...
  • 8.1. Vagrant Setup

    571 2020-01-06 《C2Rust Manual》
    C2Rust Vagrant environment Installing Prerequisites Running with Virtualbox Running with VMWare Fusion C2Rust Vagrant environment Ubuntu 18.04 (GNU/Linux 4.15.0-12-generic ...
  • 4.2. Bitfield Support Crate

    592 2020-01-06 《C2Rust Manual》
    C2Rust-Bitfields Crate Requirements Example Tests Acknowledgements C2Rust-Bitfields Crate C2Rust-Bitfields enables you to write structs containing bitfields. It has three p...
  • 7. Examples

    444 2020-01-06 《C2Rust Manual》
    Example translations Example translations The following example translations illustrate how to run C2Rust on realcodebases. Each example has been modified if necessary to prepa...
  • 7.5. grabc

    456 2020-01-06 《C2Rust Manual》
    grabc Getting Started Transpiling grabc Getting Started If the repo submodule appears to be empty or out of date, you may need to run git submodule update —init path/to/rep...
  • 8.3. Translator Testing

    487 2020-01-06 《C2Rust Manual》
    Adding a test case Running the tests What happens under the hood Adding a test case To add a new test case, simply create a new .c file. For example: void example ( unsign...
  • 7.7. snudown

    462 2020-01-06 《C2Rust Manual》
    Snudown Snudown To build snudown with the C2Rust translator and/or cross-checks, initialize the git submodule by running git submodule update —init path/to/repo . Make sure to...
  • 7.2. urlparser

    419 2020-01-06 《C2Rust Manual》
    url parser Getting Started Transpiling url parser Getting Started If the repo submodule appears to be empty or out of date, you may need to run git submodule update —init p...
  • 7.9. lil

    500 2020-01-06 《C2Rust Manual》
    lil (Little Interpreted Language) Getting Started Transpiling lil (Little Interpreted Language) Getting Started If the repo submodule appears to be empty or out of date, yo...