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