Re: Is there g_write function?



rosetta writes:
I have found the g_open function. But I think it just open the file
and is there some fucntions for write/read operation?

No, because there isn't any reason not to use the normal write()
system call (Unix) / function (Win32). g_open() and the other
functions in gstdio.h were introduced primarily in order to wrap file
name encoding issues on Win32, not because underlying functions like
open() would be missing on Win32.

--tml




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]