8 lines
70 B
C
8 lines
70 B
C
|
|
#include "threadimpl.h"
|
||
|
|
|
||
|
|
int
|
||
|
|
threadmaybackground(void)
|
||
|
|
{
|
||
|
|
return 0;
|
||
|
|
}
|