You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#ifndef IOUTILITIES_MISC_H
|
|
#define IOUTILITIES_MISC_H
|
|
|
|
#include "../global.h"
|
|
|
|
#include <string>
|
|
|
|
namespace IoUtilities {
|
|
|
|
CPP_UTILITIES_EXPORT std::string readFile(const std::string &path, std::string::size_type maxSize = std::string::npos);
|
|
}
|
|
|
|
#endif // IOUTILITIES_MISC_H
|