mvcrt.ungetc and stdio buffering
Dec. 31, 2001
6:55 a.m.
Recently I tried to run g77 compiled Fortran program under Wine. It seems that to do any input g77 uses `ungetc'. Currently, Wine msvcrt has unbufferd stdio. I would like to add buffering and implement `ungetc'. Are there any traps (thread safety ??) or will strightforward implementation work ? -- Waldek Hebisch hebisch(a)math.uni.wroc.pl or hebisch(a)hera.math.uni.wroc.pl
8898
Age (days ago)
8898
Last active (days ago)
0 comments
1 participants
participants (1)
-
Waldek Hebisch