trampoline/lib/lib9/needstack.c

9 lines
82 B
C

#include <u.h>
#include <libc.h>
void
needstack(int howmuch)
{
USED(howmuch);
}