Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
b502156e
Commit
b502156e
authored
Apr 13, 2014
by
Damien George
Browse files
py: Adjust #includes in lexerunix.c.
parent
da6c2faf
Changes
1
Hide whitespace changes
Inline
Side-by-side
py/lexerunix.c
View file @
b502156e
...
...
@@ -6,15 +6,13 @@
#include
<stdio.h>
#include
<unistd.h>
#include
<fcntl.h>
#include
<sys/stat.h>
#include
<sys/types.h>
#include
"qstr.h"
#include
"lexer.h"
#include
"lexerunix.h"
#include
<sys/stat.h>
#include
<sys/types.h>
typedef
struct
_mp_lexer_file_buf_t
{
int
fd
;
char
buf
[
20
];
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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