diff options
Diffstat (limited to 'stdlib/sys.ml')
-rw-r--r-- | stdlib/sys.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stdlib/sys.ml b/stdlib/sys.ml index 0b87b4189..77d91abb7 100644 --- a/stdlib/sys.ml +++ b/stdlib/sys.ml @@ -31,6 +31,7 @@ external command: string -> int = "sys_system_command" external time: unit -> float = "sys_time" external chdir: string -> unit = "sys_chdir" external getcwd: unit -> string = "sys_getcwd" +external readdir : string -> string array = "sys_read_directory" let interactive = ref false |