Actions
Submit #2885
closedAdd support for 'x' flag to fopen() and friends (C11)
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
01/25/2016
Due date:
% Done:
0%
Estimated time:
Description
C11 defines new modifier for fopen(), 'x', this patch implements it.
Note that I've changed fopen() behavior a little, it is more strict and fails if it finds flag that it doesn't understand. If that's not OK, just remove part that is returning in second switch(). I personally think it's better to fail than pretend we support something.
Any comments are welcome.
Files
Actions