8 lines
82 B
C
8 lines
82 B
C
#include <u.h>
|
|
#include <libc.h>
|
|
|
|
void
|
|
needstack(int howmuch)
|
|
{
|
|
USED(howmuch);
|
|
}
|