Stdio and Julia run time - implications for embedding Julia?

I came across Julia’s documentation on printf() and stdio in the Julia runtime. Is there any implication on how to safely mix stdio / iostream with Julia’s IO methods, when embedding Julia in a C/C++ program? This is following up on a problem I have when running such a program in pipes.

2 Likes