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