Skip to content

Commit

Permalink
Include headerstubs
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
  • Loading branch information
Jakub Sztandera committed Jul 29, 2020
1 parent 1db42e2 commit 4cc17f6
Show file tree
Hide file tree
Showing 6 changed files with 59 additions and 39 deletions.
3 changes: 1 addition & 2 deletions filcrypto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ GENERATOR:

PARSER:
Defines:
__has_include_next(x): 1
IncludePaths:
- /usr/include
- ./headerstubs/
SourcesPaths:
- ./filcrypto.h

Expand Down
91 changes: 54 additions & 37 deletions generated/generated.go

Large diffs are not rendered by default.

Empty file added headerstubs/stdarg.h
Empty file.
Empty file added headerstubs/stdbool.h
Empty file.
4 changes: 4 additions & 0 deletions headerstubs/stdint.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
typedef unsigned char uint8_t;
typedef unsigned long long uint64_t;
typedef unsigned long int size_t;
#define bool _Bool
Empty file added headerstubs/stdlib.h
Empty file.

0 comments on commit 4cc17f6

Please sign in to comment.