stuff
This commit is contained in:
parent
2dbfa1b99e
commit
b1230534c5
22 changed files with 547 additions and 429 deletions
|
@ -12,7 +12,7 @@ extern "C" {
|
|||
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
|
||||
#include <stdbool.h>
|
||||
/*
|
||||
* Basic types
|
||||
*
|
||||
|
@ -48,6 +48,8 @@ extern "C" {
|
|||
typedef size_t usx;
|
||||
typedef ptrdiff_t isx;
|
||||
|
||||
typedef bool boolean;
|
||||
|
||||
/*
|
||||
* Vectors and Matrices
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue