From 2ea5af268d0cd2b9a0d19021165810efcfd9d6a7 Mon Sep 17 00:00:00 2001 From: Fabien Launay <10567642+FabienLaunay@users.noreply.github.com> Date: Tue, 14 Jan 2025 22:42:43 +0900 Subject: [PATCH] DOC(tutorial): Replace "files" by "functions" --- tutorial.ht | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial.ht b/tutorial.ht index fed0301..e1bbe3e 100644 --- a/tutorial.ht +++ b/tutorial.ht @@ -34,7 +34,7 @@ char *get_time()

Interface file

-Now, in order to add these files to your favorite language, you need to write an +Now, in order to add these functions to your favorite language, you need to write an "interface file" which is the input to SWIG. An interface file for these C functions might look like this :