1
0
mirror of https://github.com/janet-lang/janet synced 2025-09-05 20:38:03 +00:00

Fix docstring.

This commit is contained in:
Calvin Rose
2022-06-19 18:52:37 -05:00
parent eecc388ebd
commit 47e91bfd89
2 changed files with 5 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
#
# Simple FFI test script that tests against a simple shared object
#
(def ffi/loc "examples/ffi/so.so")
(def ffi/source-loc "examples/ffi/so.c")