elog/elog/logIOs.m

18 lines
260 B
Objective-C

/** @file
* @author Edouard DUPIN
*
* @copyright 2011, Edouard DUPIN, all right reserved
*
* @license APACHE v2.0 (see license file)
*/
#import <UIKit/UIKit.h>
#include <elog/logIOs.h>
void iosNSLog(const char * _value) {
NSLog(@"\r%s", _value);
}