Sign in
plan9port
/
plan9
/
c90dd38f54d65f927eb46fa3d397a33e2664eddf
/
.
/
src
/
lib9
/
needstack.c
blob: b392d66bb85ce8d9df80ae65be745429814b0b02 [
file
] [
log
] [
blame
]
#include
<u.h>
#include
<libc.h>
void
needstack
(
int
howmuch
)
{
USED
(
howmuch
);
}