aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/blog/2024-06-20-callback-log/callback-log.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blog/2024-06-20-callback-log/callback-log.md b/src/blog/2024-06-20-callback-log/callback-log.md
index 8b2c87d..51b85ed 100644
--- a/src/blog/2024-06-20-callback-log/callback-log.md
+++ b/src/blog/2024-06-20-callback-log/callback-log.md
@@ -190,7 +190,7 @@ them more.
190 190
191This time in particular I learnt how to implement variadic functions, 191This time in particular I learnt how to implement variadic functions,
192and a bit of their 192and a bit of their
193[history](https://stackoverflow.com/questions/14082476/what-is-the-best-way-for-giving-callback-for-logging). 193[history](https://retrocomputing.stackexchange.com/questions/20512/how-did-varargs-in-c-develop).
194I am still not sure if this will work well when I end up using 194I am still not sure if this will work well when I end up using
195this library in a non-C project. Is it even possible to call C 195this library in a non-C project. Is it even possible to call C
196variadic functions from other languages? Will I have to provide a 196variadic functions from other languages? Will I have to provide a

Generated with cgit - Back to sebastiano.tronto.net