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
4a081b10
Commit
4a081b10
authored
Feb 06, 2014
by
Damien George
Browse files
Add mp_import_stat to unix-cpy port.
parent
9fce77c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
unix-cpy/main.c
View file @
4a081b10
...
...
@@ -80,3 +80,7 @@ int main(int argc, char **argv) {
machine_float_t
machine_sqrt
(
machine_float_t
x
)
{
return
sqrt
(
x
);
}
mp_import_stat_t
mp_import_stat
(
const
char
*
path
)
{
return
MP_IMPORT_STAT_NO_EXIST
;
}
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