]> git.lizzy.rs Git - uwu-nolambda.git/blobdiff - io.c
Update to new uwu syntax
[uwu-nolambda.git] / io.c
diff --git a/io.c b/io.c
index a54acc7a099fda70bf8ca4143ca3a1b605ba8678..249eefe996dbeff5039efe9c72b708b064e605a4 100644 (file)
--- a/io.c
+++ b/io.c
@@ -9,7 +9,7 @@
 
 UwUVMValue uwu_print(UwUVMArgs *args)
 {
-       uwuutil_require_exact("io:print", args, 1);
+       uwuutil_require_exact("io.print", args, 1);
 
        UwUVMValue value = uwuvm_get_arg(args, 0);
 
@@ -22,7 +22,7 @@ UwUVMValue uwu_print(UwUVMArgs *args)
 
 UwUVMValue uwu_scan(UwUVMArgs *args)
 {
-       uwuutil_require_max("io:scan", args, 1);
+       uwuutil_require_max("io.scan", args, 1);
 
        char *prompt = NULL;