Skip to content

Commit

Permalink
Update cc.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chen3feng authored Sep 21, 2023
1 parent 1ca6db2 commit a19f8b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/en/build_rules/cc.md
Original file line number Diff line number Diff line change
Expand Up @@ -504,8 +504,8 @@ To see the visibility of symbols in the library, you can use the `nm` command.
```console
000000000000010c t _init
U puts@@GLIBC_2.2.5
00000000000000000060 T register_tm_clones
00000000000000f0 t hello
00000000000000000060 t register_tm_clones
00000000000000f0 T hello
00000000000000000100 t world
```

Expand Down

0 comments on commit a19f8b5

Please sign in to comment.