I'm making a string data type in C programming language. It's actually a small library that provides a basic data structure and functions for working with strings in C.
Source code: https://github.com/danielblagy/c_string
Timestamps:
00:00 intro
02:01 tools
02:30 project structure & build script
07:04 testing build script
10:00 data structure & functions declaration
20:25 implementation
1:00:20 closing remarks