Files
highground-fork/libs/file.sols
2026-04-09 10:01:30 +10:00

7 lines
121 B
Plaintext

def file_Read(string file) string {}
def file_Write(string file, string content) bool {}
ground {
extern "fileio"
}