This website requires JavaScript.
Explore
Help
Register
Sign In
freesea
/
data
Watch
1
Star
0
Fork
You've already forked data
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
data
/
method
/
gdb
/
gdb-13.2
/
libctf
/
testsuite
/
libctf-regression
/
libctf-repeat-cu-main.c
6 lines
98 B
C
Raw
Permalink
Blame
History
typedef
short
ret_t
;
int
a
(
void
)
;
int
b
(
void
)
;
int
c
(
void
)
;
int
blah
(
void
)
{
a
(
)
;
b
(
)
;
c
(
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink