e9f4e648c6dd2821c0df7060f7e62f73bc7a0816
Stefan Schuermans split event and proc_begin

Stefan Schuermans authored 4 years ago

1) #include <liblwpttr/proc_begin.h>
Stefan Schuermans first incomplete begin_proc...

Stefan Schuermans authored 4 years ago

2) 
3) #include "write.h"
4) 
5) #include <stdlib.h>
6) 
7) __attribute__((constructor)) static void constructor(void) {
8)   void *data = NULL;
9)   size_t size = 0;
Stefan Schuermans split event and proc_begin

Stefan Schuermans authored 4 years ago

10)   lwpttr_proc_begin(&data, &size);