Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1493870
printError.cpp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Size
298 B
Referenced Files
None
Subscribers
None
printError.cpp
View Options
#include
<stdio.h>
#include
"printError.h"
#define PC_MODE
void
printError
(
const
char
*
errorMsg
)
{
#ifdef PC_MODE
printf
(
"%s
\n
"
,
errorMsg
);
#endif
}
void
printError
(
const
char
*
errorMsg
,
const
char
*
additionalInfo
)
{
#ifdef PC_MODE
printf
(
"%s: %s
\n
"
,
errorMsg
,
additionalInfo
);
#endif
}
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Sun, Mar 1, 5:59 PM (1 d, 3 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
283806
Default Alt Text
printError.cpp (298 B)
Attached To
Mode
R20 SoC_Rosa_repo
Attached
Detach File
Event Timeline
Log In to Comment