"Fossies" - the Fresh Open Source Software archive

Member "cromfs-1.5.10.1/lib/util.hh" of archive cromfs-1.5.10.1.tar.gz:


#ifndef bqtCromFsUtilHH
#define bqtCromFsUtilHH

#include <string>
#include <stdint.h>

const std::string ReportSize(uint_fast64_t size);

const std::string TranslateMode(unsigned mode);

#endif