BlinkenArea - GitList
Repositories
Blog
Wiki
uproctrace
Code
Commits
Branches
Tags
Search
Tree:
fb431ce
Branches
Tags
master
uproctrace
liblwptpl
src
write.h
implement proc_end event
Stefan Schuermans
commited
fb431ce
at 2020-05-17 17:11:52
write.h
Blame
History
Raw
#ifndef LWPTPL_WRITE_H #define LWPTPL_WRITE_H #include <stdlib.h> void lwptpl_write(void const *data, size_t size); #endif /* #ifndef LWPTPL_WRITE_H */