From 8262abdea18cdb873b2012411bfebe131fb37d52 Mon Sep 17 00:00:00 2001 From: Nic Gaffney Date: Wed, 28 Jun 2023 18:46:36 -0500 Subject: std --- std/stdlib.sloth | 1 + 1 file changed, 1 insertion(+) (limited to 'std/stdlib.sloth') diff --git a/std/stdlib.sloth b/std/stdlib.sloth index 4213e0a..4d3617f 100644 --- a/std/stdlib.sloth +++ b/std/stdlib.sloth @@ -6,5 +6,6 @@ foreign fn parse_int(str: String) Int; foreign fn termpos(x: Int, y: Int); foreign fn as_int(x: Float) Int; foreign fn istr(x: Int) String; +foreign fn system(cmd: String) Int; foreign fn termclear() Void; -- cgit v1.2.3