aboutsummaryrefslogtreecommitdiff
path: root/src/blog
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-06-20 15:42:15 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2024-06-20 15:42:15 +0200
commit227efac0e9d896663540c29a114dc66183d2ea1c (patch)
treec1420f1cd2ce7d0ba19fca0d301bab490724e706 /src/blog
parenta3f35dbc0419ecb5fa3f346d34a90a3a5116acc3 (diff)
downloadsebastiano.tronto.net-227efac0e9d896663540c29a114dc66183d2ea1c.tar.gz
sebastiano.tronto.net-227efac0e9d896663540c29a114dc66183d2ea1c.zip
Fixed link
Diffstat (limited to 'src/blog')
-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