Crate c_ffi

Source
Expand description

Collection of utilities to work with C stuff

Re-exports§

Modules§

Macros§

  • Creates C compatible string that ends with null character
  • Declares main function with C like signature, passing CLI arugments via Args
  • Creates command with c_lit macro and pass it to system call

Functions§

Type Aliases§

  • Alias to C’s int type