Skip to content

Commit 561d114

Browse files
att
1 parent 4d69630 commit 561d114

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

docs/basic.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
for use the lib , you just need to start the main struct with the `newCArgvParse` function, and then you can use the functions to get the flags and the arguments.
44

55
```c
6-
#include "src/one.c"
6+
#include "CArgvParseOne.c"
77
#include <stdio.h>
88

99

@@ -20,7 +20,7 @@ int main(int argc, char *argv[]){
2020
you can get the arguments by using the function `CArgvParse_get_arg` and specifing the index of the argument you want to get.
2121
2222
```c
23-
#include "src/one.c"
23+
#include "CArgvParseOne.c"
2424
#include <stdio.h>
2525
2626
@@ -41,7 +41,7 @@ you can verify if a argument is present by using the function `CArgvParse_is_one
4141

4242
```c
4343

44-
#include "src/one.c"
44+
#include "CArgvParseOne.c"
4545
#include <stdio.h>
4646

4747

docs/compact_flags.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Compact flags are a type of flag , that its setted in one arg, ass a prefix
33
exemple **name:mateus** where **name:** its the flag and **mateus** its the value
44

55
```c
6-
#include "src/one.c"
6+
#include "CArgvParseOne.c"
77
#include <stdio.h>
88

99

docs/flags.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ and the target index of the flag
66

77
```c
88

9-
#include "src/one.c"
9+
#include "CArgvParseOne.c"
1010
#include <stdio.h>
1111

1212

@@ -37,7 +37,7 @@ output: test
3737

3838
you can get the size of the flags by using the function `CArgvParse_get_flag_size`
3939
```c
40-
#include "src/one.c"
40+
#include "CArgvParseOne.c"
4141
#include <stdio.h>
4242

4343

@@ -66,7 +66,7 @@ output flags found: 2
6666
you can verify if the flag exists by using the function `CArgvParse_is_flags_present`
6767
```c
6868

69-
#include "src/one.c"
69+
#include "CArgvParseOne.c"
7070
#include <stdio.h>
7171

7272

docs/infinity_flags.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ flag. The syntax is `--flag arg1 arg2 arg3 ...`. The arguments are stored in a l
55

66
```c
77

8-
#include "src/one.c"
8+
#include "CArgvParseOne.c"
99
#include <stdio.h>
1010

1111

docs/unused_mechanic.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ its basicly works by retriving the next unused item,considering args or flags
88

99
```c
1010

11-
#include "src/one.c"
11+
#include "CArgvParseOne.c"
1212
#include <stdio.h>
1313
CArgvParseNamespace argv_namespace;
1414
int main(int argc, char *argv[]){
@@ -28,7 +28,7 @@ these example simulates the gcc compiler,where you can pass multiple flags and a
2828
```c
2929
3030
#include <stdio.h>
31-
#include "src/one.c"
31+
#include "CArgvParseOne.c"
3232
#include <stdbool.h>
3333
3434
CArgvParseNamespace argv_namespace;

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy