Skip to content

Commit

Permalink
minimal include
Browse files Browse the repository at this point in the history
  • Loading branch information
sjml committed Nov 17, 2024
1 parent f55f91a commit 7c2eeae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions beschi/writers/boilerplate/C.0.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>

typedef uint8_t beschi_err_t;
#define BESCHI_ERR_OK 0
Expand Down

0 comments on commit 7c2eeae

Please sign in to comment.