Ergonomic C strings manipulation. Format, Slice and Jump with ease.
...
#define SSAK_IMPLEMENTATION
#include "ssak.h"
...
{
function = string_jump_over(source, "extern inline void string_pop_pro"); // @Note Skip declaration
function = string_jump_to(function, "extern inline void string_pop_pro"); // @Note Go to definition
function = string_slice("%.*s", function, "\n}");
printf("0 : %s\n", function);
}
...
string_free();