Skip to content

Commit

Permalink
updated gdb tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
Ameenafz248 committed Aug 15, 2024
1 parent f6ad2cb commit e21217f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/gdb-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ int main(int argc, char*argv[]) {
```


## input file
## input.txt file

```
abc+(bcd-efg)*hij
Expand Down
2 changes: 1 addition & 1 deletion docs/gdb.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ This is our lex file [lex.l](./gdb-files.md#lexl-file)

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

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

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

Expand Down

0 comments on commit e21217f

Please sign in to comment.