highlighting

This commit is contained in:
AUnicornWithNoLife 2023-05-11 20:50:16 +01:00
parent 01a42d6656
commit 87cbf3f854

View File

@ -9,7 +9,7 @@ for a full example of usage look at test.c
Call Call
`carg_parse(int argc, char** argv)` `carg_parse(int argc, char** argv)`
it will return a struct containing: it will return a struct containing:
``` ```c
typedef struct typedef struct
{ {
char* exec_name; char* exec_name;