sebastiano.tronto.net

Source files and build scripts for my personal website
git clone https://git.tronto.net/sebastiano.tronto.net
Download | Log | Files | Refs | README

commit 227efac0e9d896663540c29a114dc66183d2ea1c
parent a3f35dbc0419ecb5fa3f346d34a90a3a5116acc3
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date:   Thu, 20 Jun 2024 15:42:15 +0200

Fixed link

Diffstat:
Msrc/blog/2024-06-20-callback-log/callback-log.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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