From dd3906c96555805af2580d593cf9429170b07a02 Mon Sep 17 00:00:00 2001 From: Nic Gaffney Date: Wed, 28 Jun 2023 23:55:00 -0500 Subject: sockets --- std/stdlib.sloth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'std/stdlib.sloth') diff --git a/std/stdlib.sloth b/std/stdlib.sloth index 4d3617f..48a92bd 100644 --- a/std/stdlib.sloth +++ b/std/stdlib.sloth @@ -7,5 +7,5 @@ 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 sequals(a: String, b: String) Bool; foreign fn termclear() Void; -- cgit v1.2.3