Userspace/libs/libgraph/Graphics.c
2023-02-10 05:44:06 +02:00

8 lines
69 B
C

#include "../../../Kernel/syscalls.h"
int stub()
{
return 0;
}