mirror of
https://git.suckless.org/9base
synced 2025-08-18 05:53:47 -07:00
9 lines
82 B
C
9 lines
82 B
C
#include <u.h>
|
|
#include <libc.h>
|
|
|
|
void
|
|
needstack(int howmuch)
|
|
{
|
|
USED(howmuch);
|
|
}
|