mirror of
https://github.com/revyos/thead-kernel.git
synced 2026-07-12 11:26:05 +02:00
8 lines
101 B
C
8 lines
101 B
C
// SPDX-License-Identifier: GPL-2.0
|
|
#include <slang.h>
|
|
|
|
int main(void)
|
|
{
|
|
return SLsmg_init_smg();
|
|
}
|