From 8e0d8c42e021d098ac3dbb3bfe795d4439d26c29 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 19 Jun 2024 19:20:47 +0200 Subject: Fixed link in note --- content/notes/2024-06-19-embedding-resources-into-binary-with-c.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'content/notes') diff --git a/content/notes/2024-06-19-embedding-resources-into-binary-with-c.md b/content/notes/2024-06-19-embedding-resources-into-binary-with-c.md index f552f01..badc9f2 100644 --- a/content/notes/2024-06-19-embedding-resources-into-binary-with-c.md +++ b/content/notes/2024-06-19-embedding-resources-into-binary-with-c.md @@ -11,9 +11,8 @@ tags: [c] preprocessor has been put into the C23 standard but has not yet been implemented by the compilers. -Until then a workaround with -[`xxd`](https://en.cppreference.com/w/c/preprocessor/embed) is possible without -spending time on rolling out your own. +Until then a workaround with [`xxd`](https://linux.die.net/man/1/xxd) is +possible without spending time on rolling out your own. `xxd` has an option to export to C header file which makes this much easier. This works for all files be that text files or binary ones such as images, etc. -- cgit v1.2.3