... | @@ -41,7 +41,7 @@ void wprintf( const char * format, ... ); |
... | @@ -41,7 +41,7 @@ void wprintf( const char * format, ... ); |
|
// prints to stream (like stdout or stderr) and to file outprefix.stdout
|
|
// prints to stream (like stdout or stderr) and to file outprefix.stdout
|
|
void wfprintf(FILE *stream, const char * format, ... );
|
|
void wfprintf(FILE *stream, const char * format, ... );
|
|
```
|
|
```
|
|
These are analogs of [printf](http://www.cplusplus.com/reference/cstdio/printf/) and [fprintf](http://www.cplusplus.com/reference/cstdio/fprintf/) with the difference that the message will added also to `outprefix.stdout`.
|
|
These are analogs of [printf](http://www.cplusplus.com/reference/cstdio/printf/) and [fprintf](http://www.cplusplus.com/reference/cstdio/fprintf/) with the difference that the message will be added also to `outprefix.stdout`.
|
|
|
|
|
|
To learn more about good practices related to results reproducibility issue see:
|
|
To learn more about good practices related to results reproducibility issue see:
|
|
* [Creating Reproducible Data Science Projects](https://towardsdatascience.com/creating-reproducible-data-science-projects-1fa446369386) |
|
* [Creating Reproducible Data Science Projects](https://towardsdatascience.com/creating-reproducible-data-science-projects-1fa446369386) |
|
|
|
\ No newline at end of file |