Skip to content

m4yawashere/ssak.h

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

strings.h

Ergonomic C strings manipulation. Format, Slice and Jump with ease.

Example

  ...
#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();

About

Ergonomic C strings manipulation. Format, Slice and Jump with ease.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages