txt2Cstring

Command for converting text to C string notation \n for new line, hexadecimal notation for non printable characters
git clone https://noulin.net/git/txt2Cstring.git
Log | Files | Refs

commit ab80f78ff00927d481ea7c82f3801995eb6270b6
parent e9a2383ffcb6086aae58bf877834b98c2e66bcbc
Author: Remy Noulin <loader2x@gmail.com>
Date:   Wed, 23 Mar 2022 16:49:07 -0400

update version

package.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Diffstat:
Mpackage.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.yml b/package.yml @@ -1,6 +1,6 @@ --- name: txt2Cstring - version: 0.0.2 + version: 0.0.3 description: "Convert text file to C string to be inclueded in C code" bin: ./txt2Cstring.c #cflags: -DA -g3 -std=gnu11 -fPIC -pipe