mirror of
https://git.suckless.org/9base
synced 2025-08-25 01:13:48 -07:00
initial import
This commit is contained in:
8
lib9/needstack.c
Normal file
8
lib9/needstack.c
Normal file
@@ -0,0 +1,8 @@
|
||||
#include <u.h>
|
||||
#include <libc.h>
|
||||
|
||||
void
|
||||
needstack(int howmuch)
|
||||
{
|
||||
USED(howmuch);
|
||||
}
|
Reference in New Issue
Block a user