diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/blog/2024-06-20-callback-log/callback-log.md | 2 |
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 | ||
| 191 | This time in particular I learnt how to implement variadic functions, | 191 | This time in particular I learnt how to implement variadic functions, |
| 192 | and a bit of their | 192 | and 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). |
| 194 | I am still not sure if this will work well when I end up using | 194 | I am still not sure if this will work well when I end up using |
| 195 | this library in a non-C project. Is it even possible to call C | 195 | this library in a non-C project. Is it even possible to call C |
| 196 | variadic functions from other languages? Will I have to provide a | 196 | variadic functions from other languages? Will I have to provide a |
