Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F121772967
global.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Jul 13, 18:47
Size
312 B
Mime Type
text/x-c
Expires
Tue, Jul 15, 18:47 (2 d)
Engine
blob
Format
Raw Data
Handle
27370546
Attached To
R7040 TinyXML2 application examples
global.h
View Options
/*
* global.h
*
* Created on: Jun 25, 2018
* Author: vachoux
*/
#ifndef SRC_GLOBAL_H_
#define SRC_GLOBAL_H_
#include <string>
#include <iostream>
void
info_msg
(
std
::
string
msg
,
bool
header
=
true
);
void
err_msg
(
std
::
string
msg
,
bool
header
=
true
);
#endif
/* SRC_GLOBAL_H_ */
Event Timeline
Log In to Comment