Discussion:
[ast-developers] Fwd: [developer] 4294 fopen could support 'x'
Lionel Cons
2013-11-06 21:57:36 UTC
Permalink
Does AST fopen() support 'x'?

Lionel

---------- Forwarded message ----------
From: Robert Mustacchi <rm at joyent.com>
Date: 6 November 2013 22:54
Subject: [developer] 4294 fopen could support 'x'
To: illumos Developer <developer at lists.illumos.org>


fopen 'x' is part of C11 and used on a bunch of other platforms. This is
certainly one of the most useful and simplest additions from my C11
workspace -- you don't have to think about header files.

https://us-east.manta.joyent.com/rmustacc/public/webrevs/4294/index.html

Robert


-------------------------------------------
illumos-developer
Archives: https://www.listbox.com/member/archive/182179/=now
RSS Feed: https://www.listbox.com/member/archive/rss/182179/22496273-db66b9f8
Modify Your Subscription:
https://www.listbox.com/member/?member_id=22496273&id_secret=22496273-e999b9ac
Powered by Listbox: http://www.listbox.com
--
Lionel
Glenn Fowler
2013-11-07 02:12:23 UTC
Permalink
any url describing fopen 'x'?
Post by Lionel Cons
Does AST fopen() support 'x'?
Lionel
---------- Forwarded message ----------
From: Robert Mustacchi <rm at joyent.com>
Date: 6 November 2013 22:54
Subject: [developer] 4294 fopen could support 'x'
To: illumos Developer <developer at lists.illumos.org>
fopen 'x' is part of C11 and used on a bunch of other platforms. This is
certainly one of the most useful and simplest additions from my C11
workspace -- you don't have to think about header files.
https://us-east.manta.joyent.com/rmustacc/public/webrevs/4294/index.html
Robert
-------------------------------------------
illumos-developer
Archives: https://www.listbox.com/member/archive/182179/=now
https://www.listbox.com/member/archive/rss/182179/22496273-db66b9f8
https://www.listbox.com/member/?member_id=22496273&id_secret=22496273-e999b9ac
Powered by Listbox: http://www.listbox.com
--
Lionel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.research.att.com/pipermail/ast-developers/attachments/20131106/6940fa80/attachment.html>
Phi
2013-11-07 04:12:56 UTC
Permalink
Yall,
Post by Glenn Fowler
any url describing fopen 'x'?
Found this one page 6
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3631.pdf

Cheers,
Phi
Glenn Fowler
2013-11-07 05:29:47 UTC
Permalink
thanks Phi

yes

ast sfopen() supports 'x' and ast fopen() calls sfopen()
Post by Phi
Yall,
Post by Glenn Fowler
any url describing fopen 'x'?
Found this one page 6
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3631.pdf
Cheers,
Phi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.research.att.com/pipermail/ast-developers/attachments/20131107/47c79cbd/attachment.html>
Loading...