forked from AbleOS/ableos
5 lines
86 B
C
5 lines
86 B
C
|
#include "lib/file_service.h"
|
||
|
|
||
|
int main() {
|
||
|
File fhand = file_open("meta.toml");
|
||
|
}
|