repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
libroot/posix/stdio: Remove unused portions.
[haiku.git]
/
src
/
system
/
libroot
/
posix
/
glibc
/
include
/
allocalim.h
blob
fb2a205a5e7b30cd03a3820435c9ee6a873c8959
1
#ifndef _EXTERN_INLINE
2
#define _EXTERN_INLINE __extern_inline
3
#endif
4
_EXTERN_INLINE
int
__libc_use_alloca
(
size_t
size
)
5
{
6
return
size
<=
__MAX_ALLOCA_CUTOFF
;
7
}