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