X7ROOT File Manager
Current Path:
/opt/golang/1.22.0/src/runtime/testdata/testprogcgo/windows
opt
/
golang
/
1.22.0
/
src
/
runtime
/
testdata
/
testprogcgo
/
windows
/
📁
..
📄
win.go
(169 B)
Editing: win.go
package windows /* #include <windows.h> DWORD agetthread() { return GetCurrentThreadId(); } */ import "C" func GetThread() uint32 { return uint32(C.agetthread()) }
Upload File
Create Folder