- File:
-
- 1 edited
-
libcfa/src/collections/string_res.hfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/collections/string_res.hfa
rb7caceb r2f16569 10 10 // Created On : Fri Sep 03 11:00:00 2021 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Mon May 11 18:56:08202613 // Update Count : 8 412 // Last Modified On : Thu May 7 13:14:04 2026 13 // Update Count : 83 14 14 // 15 15 … … 31 31 32 32 char * s; // pointer to byte string 33 size_t lnth;// length of byte string33 unsigned int lnth; // length of byte string 34 34 }; // HandleNode 35 35
Note:
See TracChangeset
for help on using the changeset viewer.