From 227efac0e9d896663540c29a114dc66183d2ea1c Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Thu, 20 Jun 2024 15:42:15 +0200 Subject: Fixed link --- src/blog/2024-06-20-callback-log/callback-log.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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. This time in particular I learnt how to implement variadic functions, and a bit of their -[history](https://stackoverflow.com/questions/14082476/what-is-the-best-way-for-giving-callback-for-logging). +[history](https://retrocomputing.stackexchange.com/questions/20512/how-did-varargs-in-c-develop). I am still not sure if this will work well when I end up using this library in a non-C project. Is it even possible to call C variadic functions from other languages? Will I have to provide a -- cgit v1.3