plan9port/src/lib9/needstack.c

9 lines
82 B
C
Raw Normal View History

2004-04-21 22:44:51 +00:00
#include <u.h>
#include <libc.h>
void
needstack(int howmuch)
{
USED(howmuch);
}