Files
9base/lib9/needstack.c
garbeam@wmii.de e5f0f74b8a initial import
2005-11-20 18:27:27 +02:00

9 lines
82 B
C

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