16 lines
243 B
C++
16 lines
243 B
C++
|
/** @file
|
||
|
* @author Edouard DUPIN
|
||
|
*
|
||
|
* @copyright 2016, Edouard DUPIN, all right reserved
|
||
|
*
|
||
|
* @license APACHE v2.0 (see license file)
|
||
|
*/
|
||
|
|
||
|
#include <test-debug/debug.h>
|
||
|
#include <exml/exml.h>
|
||
|
#include "write.h"
|
||
|
|
||
|
void appl::write() {
|
||
|
|
||
|
}
|