Bell catchup

This commit is contained in:
philippe44
2023-07-26 13:19:20 -07:00
parent 859efdb954
commit 232afb948b
467 changed files with 77538 additions and 37137 deletions

View File

@@ -51,7 +51,7 @@ class reader {
reader(std::istream& inp)
: _inp(inp), _cached_header_data_valid(false), _number_of_files(-1) {}
// Returns true iff another file can be read from |inp|.
// Returns true if another file can be read from |inp|.
bool contains_another_file();
// Returns file name of next file in |inp|.
@@ -72,4 +72,4 @@ class reader {
// Returns number of files in tar at |inp|.
int number_of_files();
};
} // namespace bell::BellTar
} // namespace bell::BellTar