18 lines
318 B
C
18 lines
318 B
C
//
|
|
// cpp-ios-stuff.h
|
|
// rudict-ios
|
|
//
|
|
// Created by Admin on 14.12.14.
|
|
// Copyright (c) 2014 Vladislav. All rights reserved.
|
|
//
|
|
|
|
#ifndef rudict_ios_cpp_ios_stuff_h
|
|
#define rudict_ios_cpp_ios_stuff_h
|
|
|
|
//Function is implemented in file reporter.cpp
|
|
|
|
const char* CreateReportJsonUtf8(const char* crequest);
|
|
|
|
|
|
#endif
|