Example #1
0
int ConfigData::writeBinaryConfig(std::string fconfigname){
	int ERR = A->bwrite(fconfigname);

	return ERR;
}