Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
b703fad1
Commit
b703fad1
authored
Apr 30, 2020
by
Uwe Schulzweida
Browse files
file library update to 1.9.0.
parent
2784bed9
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
src/file.c
View file @
b703fad1
This diff is collapsed.
Click to expand it.
src/file.h
View file @
b703fad1
...
...
@@ -48,3 +48,12 @@ size_t fileRead(int fileID, void *restrict ptr, size_t size);
size_t
fileWrite
(
int
fileID
,
const
void
*
restrict
ptr
,
size_t
size
);
#endif
/* _FILE_H */
/*
* Local Variables:
* c-file-style: "Java"
* c-basic-offset: 2
* indent-tabs-mode: nil
* show-trailing-whitespace: t
* require-trailing-newline: t
* End:
*/
Write
Preview
Markdown
is supported
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