mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-06-02 17:58:00 +00:00
8 lines
69 B
C
8 lines
69 B
C
|
|
#include "../../../Kernel/syscalls.h"
|
|
|
|
int stub()
|
|
{
|
|
return 0;
|
|
}
|