This website requires JavaScript.
Explore
Help
Sign In
PlexSheep
/
rs-basic
Watch
1
Star
1
Fork
You've already forked rs-basic
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
27afb6247b
rs-basic
/
members
/
c-bindings
/
lib
/
test.h
7 lines
102 B
C
Raw
Normal View
History
Unescape
Escape
testlib
2023-09-12 17:16:13 +02:00
int
ret19
(
)
;
c-binding demo
2023-09-12 18:21:59 +02:00
typedef
struct
MyStruct
{
int
foo
;
char
bar
;
}
MyStruct
;
char
*
stuctInfo
(
MyStruct
st
)
;