Skip to content

Commit e21217f

Browse files
committed
updated gdb tutorial
1 parent f6ad2cb commit e21217f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/gdb-files.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ int main(int argc, char*argv[]) {
9696
```
9797

9898

99-
## input file
99+
## input.txt file
100100

101101
```
102102
abc+(bcd-efg)*hij

docs/gdb.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ This is our lex file [lex.l](./gdb-files.md#lexl-file)
5353

5454
This is our yacc file [parser.y](./gdb-files.md#parsery-file)
5555

56-
This is our input file [input.txt](./gdb-files.md#input-file)
56+
This is our input file [input.txt](./gdb-files.md#inputtxt-file)
5757

5858
This is our tree.c file [tree.c](./gdb-files.md#treec-file), this contains the helper functions like the infixtoprefix(), createTree() etc.
5959

0 commit comments

Comments
 (0)