Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1494459
printError.cpp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Size
294 B
Referenced Files
None
Subscribers
None
printError.cpp
View Options
#include
"printError.h"
#include
<stdio.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, 6:44 PM (20 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
281393
Default Alt Text
printError.cpp (294 B)
Attached To
Mode
R20 SoC_Rosa_repo
Attached
Detach File
Event Timeline
Log In to Comment