Skip to content

Commit

Permalink
clib update
Browse files Browse the repository at this point in the history
  • Loading branch information
mofosyne committed Dec 7, 2024
1 parent 2e9e46b commit 8f6cb92
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion clib.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
"name": "strtok_escaped",
"version": "0.1.0"
"version": "0.1.0",
"repo": "mofosyne/strtok_escaped.c",
"description": " Tokenise a string from a single char deliminator. This is an alternative to strtok but with escaped character support for deliminating a string with a single char (e.g. csv or psv) ",
"keywords": ["no heap", "malloc free", "no malloc", "strtok"],
"license": "GNUv3",
"src": ["strtok_escaped.c", "strtok_escaped.h"]
}

0 comments on commit 8f6cb92

Please sign in to comment.