Files
highground-fork/libs/file.sols

7 lines
116 B
Plaintext

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