diff options
author | Christian Poveda <christian.poveda@ferrous-systems.com> | 2022-09-23 21:36:14 -0500 |
---|---|---|
committer | Christian Poveda <christian.poveda@ferrous-systems.com> | 2022-10-04 20:47:17 -0500 |
commit | 0296f9e86c7756e718b6b82836ce1e09b5f8d08a (patch) | |
tree | b5954c6680b243c0b1671a80ea973ef90877e462 /tests/headers/core_ffi_c.h | |
parent | a900f8f863d1313ad76603234aaeea22bb9ba7b3 (diff) |
split the repo into a workspace
remove `clap` dependency :tada:
update the book installation instructions
Diffstat (limited to 'tests/headers/core_ffi_c.h')
-rw-r--r-- | tests/headers/core_ffi_c.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/headers/core_ffi_c.h b/tests/headers/core_ffi_c.h deleted file mode 100644 index 6df1e2f8..00000000 --- a/tests/headers/core_ffi_c.h +++ /dev/null @@ -1,14 +0,0 @@ -// bindgen-flags: --use-core --rust-target 1.64 --no-convert-floats -typedef char c_char; -typedef double c_double; -typedef float c_float; -typedef int c_int; -typedef long c_long; -typedef long long c_longlong; -typedef signed char c_schar; -typedef short c_short; -typedef unsigned char c_uchar; -typedef unsigned int c_uint; -typedef unsigned long c_ulong; -typedef unsigned long long c_ulonglong; -typedef unsigned short c_ushort; |