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