11 lines
254 B
C++
11 lines
254 B
C++
/**
|
|
* @author Edouard DUPIN
|
|
* @copyright 2011, Edouard DUPIN, all right reserved
|
|
* @license MPL v2.0 (see license file)
|
|
*/
|
|
#pragma once
|
|
|
|
#include <etk/types.hpp>
|
|
void localTest(const etk::String& _ref, const etk::String& _input, int32_t _errorPos);
|
|
|