You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The FizzBuzz discussion at Discourse, especially the code by Steve Kargl that calls C printf and puts, suggests to me that some C functions, especially those doing I/O, should have Fortran interfaces so that a Fortran programmer does not need to drop down to C to write performant code. Which C functions if any should have interfaces in stdlib? Such functions would also have Fortran drivers demonstrating their use.