9 lines
106 B
C
9 lines
106 B
C
|
#include <stdio.h>
|
||
|
|
||
|
void trace_lwp_begin() {
|
||
|
printf("hello from lwp!\n");
|
||
|
}
|
||
|
|
||
|
void trace_lwp_end() {
|
||
|
}
|