ultimatepp/benchmarks/benchSBuffer/bsb.h

11 lines
184 B
C++

#ifndef _benchSBuffer_bsb_h_
#define _benchSBuffer_bsb_h_
#include <Core/Core.h>
using namespace Upp;
String BenchStringBuffer(int n);
String BenchString(int n);
#endif