This website works better with JavaScript.
Explore
Help
Sign In
mirror
/
libowfat
Watch
1
Star
0
Fork
You've already forked libowfat
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1748073c1e
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '1748073c1e'
${ noResults }
libowfat
/
havealloca.h
4 lines
95 B
C
Raw
Normal View
History
Unescape
Escape
better HP-UX compatibility
21 years ago
#
if defined(__linux__) || defined(_SGI_SOURCE) || defined(__hpux__)
more alloca fixes
21 years ago
#
include
<alloca.h>
#
endif