Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
f6f248b4
Commit
f6f248b4
authored
Sep 28, 2014
by
bvernoux
Browse files
Fix error: unknown type name 'size_t'
parent
f90b59e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
py/misc.h
View file @
f6f248b4
...
...
@@ -32,6 +32,7 @@
/** types *******************************************************/
#include
<stdbool.h>
#include
<stddef.h>
typedef
unsigned
char
byte
;
typedef
unsigned
int
uint
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment