mirror of
https://github.com/dlang/phobos.git
synced 2025-04-30 23:20:29 +03:00
added File.getFP() with type FILE*
This commit is contained in:
parent
1b28fbcc4b
commit
80e711a986
1 changed files with 1 additions and 1 deletions
|
@ -615,7 +615,7 @@ File) never takes the initiative in closing the file. */
|
||||||
/**
|
/**
|
||||||
Returns the $(D FILE*) corresponding to this object.
|
Returns the $(D FILE*) corresponding to this object.
|
||||||
*/
|
*/
|
||||||
auto getFP()
|
FILE* getFP()
|
||||||
{
|
{
|
||||||
enforce(p && p.handle,
|
enforce(p && p.handle,
|
||||||
"Attempting to call getFP() on an unopened file");
|
"Attempting to call getFP() on an unopened file");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue