mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
11 lines
184 B
C++
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
|