This repository has been archived by the owner on May 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathc2go_autogen.go
155 lines (152 loc) · 3.21 KB
/
c2go_autogen.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
package libc
import unsafe "unsafe"
type struct___dirstream struct {
}
func Execl(path *int8, argv0 *int8, __cgo_args ...interface {
}) int32 {
panic("notimpl")
}
func Fdopen(int32, *int8) *Struct__IO_FILE {
panic("notimpl")
}
func Fork() int32 {
panic("notimpl")
}
func Ftrylockfile(*Struct__IO_FILE) int32 {
panic("notimpl")
}
func Ioctl(fd int32, req int32, __cgo_args ...interface {
}) int32 {
panic("notimpl")
}
func Mblen(*int8, uint64) int32 {
panic("notimpl")
}
func Mbtowc(*uint32, *int8, uint64) int32 {
panic("notimpl")
}
func Pipe2(fd *int32, flag int32) int32 {
panic("notimpl")
}
func Strtoul(*int8, **int8, int32) uint64 {
panic("notimpl")
}
func Vfscanf(*Struct__IO_FILE, *int8, []interface {
}) int32 {
panic("notimpl")
}
func Wctomb(*int8, uint32) int32 {
panic("notimpl")
}
func X_Exit(int32) {
panic("notimpl")
}
func __aio_close(int32) int32 {
panic("notimpl")
}
func __block_all_sigs(unsafe.Pointer) {
panic("notimpl")
}
func __crypt_blowfish(*int8, *int8, *int8) *int8 {
panic("notimpl")
}
func __futexwait(addr unsafe.Pointer, val int32, priv int32) {
panic("notimpl")
}
func __procfdname(*int8, uint32) {
panic("notimpl")
}
func __randname(*int8) *int8 {
panic("notimpl")
}
func __register_locked_file(*Struct__IO_FILE, *Struct___pthread) {
panic("notimpl")
}
func __restore_sigs(unsafe.Pointer) {
panic("notimpl")
}
func __synccall(func(unsafe.Pointer), unsafe.Pointer) {
panic("notimpl")
}
func __unlist_locked_file(*Struct__IO_FILE) {
panic("notimpl")
}
func __vm_wait() {
panic("notimpl")
}
func __wake(addr unsafe.Pointer, cnt int32, priv int32) {
panic("notimpl")
}
func closedir(*struct___dirstream) int32 {
panic("notimpl")
}
func fcntl(int32, int32, ...interface {
}) int32 {
panic("notimpl")
}
func fdopendir(int32) *struct___dirstream {
panic("notimpl")
}
func getgrouplist(*int8, uint32, *uint32, *int32) int32 {
panic("notimpl")
}
func getrandom(unsafe.Pointer, uint64, uint32) int64 {
panic("notimpl")
}
func kill(int32, int32) int32 {
panic("notimpl")
}
func lstat(*int8, *struct_stat) int32 {
panic("notimpl")
}
func mbrtowc(*uint32, *int8, uint64, *Struct___mbstate_t) uint64 {
panic("notimpl")
}
func open(*int8, int32, ...interface {
}) int32 {
panic("notimpl")
}
func pthread_setcancelstate(int32, *int32) int32 {
panic("notimpl")
}
func pthread_sigmask(int32, *Struct___sigset_t, *Struct___sigset_t) int32 {
panic("notimpl")
}
func readdir(*struct___dirstream) *struct_dirent {
panic("notimpl")
}
func setgroups(uint64, *uint32) int32 {
panic("notimpl")
}
func setitimer(int32, *struct_itimerval, *struct_itimerval) int32 {
panic("notimpl")
}
func sigfillset(*Struct___sigset_t) int32 {
panic("notimpl")
}
func stat(*int8, *struct_stat) int32 {
panic("notimpl")
}
func tcsetattr(int32, int32, *struct_termios) int32 {
panic("notimpl")
}
func uname(*struct_utsname) int32 {
panic("notimpl")
}
func vfwprintf(*Struct__IO_FILE, *uint32, []interface {
}) int32 {
panic("notimpl")
}
func vfwscanf(*Struct__IO_FILE, *uint32, []interface {
}) int32 {
panic("notimpl")
}
func waitpid(int32, *int32, int32) int32 {
panic("notimpl")
}
func wcrtomb(*int8, uint32, *Struct___mbstate_t) uint64 {
panic("notimpl")
}
func wcsrtombs(*int8, **uint32, uint64, *Struct___mbstate_t) uint64 {
panic("notimpl")
}