This website requires JavaScript.
Explore
Help
Sign In
mirror
/
libowfat
Watch
1
Star
0
Fork
0
You've already forked libowfat
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
libowfat
/
tryinline.c
2 lines
49 B
C
Raw
Normal View
History
Unescape
Escape
work around compilers that don't understand "static inline"
2001-11-24 20:09:31 +00:00
static
inline
int
foo
(
int
bar
)
{
return
bar
+
1
;
}
Reference in New Issue
Copy Permalink