plan9port/src/lib9/needstack.c
2004-04-21 22:44:51 +00:00

8 lines
82 B
C

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