Changeset 1341 for cpp/common/util-file.h
- Timestamp:
- 05/06/25 23:08:08 (45 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/common/util-file.h
r1331 r1341 19 19 bool writeCompleteFile(const char* filename, const span<char>& data, bool warn_on_fail = true); 20 20 bool writeCompleteFile(const char* filename, const span<uint8_t>& data, bool warn_on_fail = true); 21 bool writeCompleteFile(const char* filename, const vector<char>& data, bool warn_on_fail );21 bool writeCompleteFile(const char* filename, const vector<char>& data, bool warn_on_fail = true); 22 22 #ifdef USE_VIRTFILE 23 23 string readUntilEOL(VirtFILE *f);
Note: See TracChangeset
for help on using the changeset viewer.