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