GithubHelp home page GithubHelp logo

ftrace-dev's Introduction

这里做一个规定,对于

  • bool => bool
  • u8 => uint8_t
  • u16 => uint16_t
  • u32 => uint32_t
  • u64 => uint64_t
  • usize => uintptr_t
  • i8 => int8_t
  • i16 => int16_t
  • i32 => int32_t
  • i64 => int64_t
  • isize => intptr_t
  • f32 => float
  • f64 => double 除了某些时候需要明确接口的C类型,都采用rust std的类型作为接口 但是对于
  • c_void => void
  • c_char => char
  • c_schar => signed char
  • c_uchar => unsigned char 都采用libc的类型作为接口

ftrace-dev's People

Contributors

mingerfan avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.