BlinkenArea - GitList
Repositories
Blog
Wiki
uproctrace
Code
Commits
Branches
Tags
Search
Tree:
e9f4e64
Branches
Tags
master
uproctrace
liblwptpl
src
constructor.c
split event and proc_begin
Stefan Schuermans
commited
e9f4e64
at 2020-05-17 17:06:23
constructor.c
Blame
History
Raw
#include <liblwpttr/proc_begin.h> #include "write.h" #include <stdlib.h> __attribute__((constructor)) static void constructor(void) { void *data = NULL; size_t size = 0; lwpttr_proc_begin(&data, &size); lwptpl_write(data, size); }