Changeset fc12f05 for src/SymTab/Demangle.h
- Timestamp:
- Nov 13, 2023, 3:43:43 AM (23 months ago)
- Branches:
- master
- Children:
- 25f2798
- Parents:
- 0030b508 (diff), 2174191 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/SymTab/Demangle.h
r0030b508 rfc12f05 10 10 // Created On : Fri May 13 10:11:00 2022 11 11 // Last Modified By : Andrew Beach 12 // Last Modified On : Fri May 13 10:30:00 202213 // Update Count : 012 // Last Modified On : Mon Nov 6 15:48:00 2023 13 // Update Count : 1 14 14 // 15 15 … … 17 17 18 18 extern "C" { 19 /// Main interface to the demangler as a utility. 20 /// Caller must free the returned string. 19 21 char * cforall_demangle(const char *, int); 20 22 }
Note:
See TracChangeset
for help on using the changeset viewer.