n-channel

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit c3a13a427fe7a966a9c8d5912b2ed713bebf61c9
parent bfc181b3241a11eeaf611bac39786b0aa68ac0f2
Author: Samdal <samdal@protonmail.com>
Date:   Sat, 22 Feb 2025 00:36:57 +0100

change data structures description

Diffstat:
M_posts/2025-02-22-making-generic-data-structures-in-C.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_posts/2025-02-22-making-generic-data-structures-in-C.md b/_posts/2025-02-22-making-generic-data-structures-in-C.md @@ -1,7 +1,7 @@ --- layout: post title: Generic data structures in C -description: How to make generic data structures in C +description: Reducing boilerplate and frictoin of generic data structures in C #summary: What is the difference between various font formats? comments: true tags: [writing, programming, C]