mirror of
https://github.com/ioacademy-jikim/debugging
synced 2025-06-08 08:26:14 +00:00
6 lines
72 B
C
6 lines
72 B
C
#include <config.h>
|
|
|
|
#ifdef HAVE_TLS
|
|
__thread int static_extern;
|
|
#endif
|