10 lines
103 B
Text
10 lines
103 B
Text
|
@@
|
||
|
identifier I;
|
||
|
identifier func =~ "thread_add_";
|
||
|
struct thread *thread;
|
||
|
@@
|
||
|
|
||
|
*thread = NULL;
|
||
|
...
|
||
|
func
|