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