updated some documentation
This commit is contained in:
parent
788147b8f2
commit
5fba766695
5 changed files with 19 additions and 16 deletions
|
|
@ -23,7 +23,7 @@ extern int32_t arc_errno;
|
|||
extern FILE *arc_errno_log_file;
|
||||
|
||||
#ifndef ARC_DEBUG_LOG_STREAM_OVERRIDE
|
||||
//this functin will be called on start, handy to set the log file to stdout if it is not overrided
|
||||
//this function will be called on start, handy to set the log file to stdout if it is not overrided
|
||||
void __attribute__ ((constructor)) ARC_Errno_SetDefaultStream(void);
|
||||
#endif // !ARC_DEBUG_LOG_STREAM_OVERRIDE
|
||||
#endif // !ARC_DEBUG
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue