Changeset 99775 in vbox for trunk/src/VBox/Runtime/common/string
- Timestamp:
- May 12, 2023 12:21:58 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/string/uniread.cpp
r98107 r99775 1027 1027 * Print the unidata.cpp file header and include list. 1028 1028 */ 1029 int PrintHeader(const char *argv0, const char *pszBaseDir)1029 static int PrintHeader(const char *argv0, const char *pszBaseDir) 1030 1030 { 1031 1031 char szBuf[1024]; … … 1094 1094 * Print the flag tables. 1095 1095 */ 1096 int PrintFlags(void)1096 static int PrintFlags(void) 1097 1097 { 1098 1098 /*
Note:
See TracChangeset
for help on using the changeset viewer.