c - Figuring out flags for the 'open' function -


the man 2 open shows lot of flags (for instance, o_append, o_async etc) without disclosing numeric values. set of possible flags can differ os os, , version version.

are there library functions, can translate integer, containing combination of these flags, textual representation? similar strerror , strsignal?

(i can write such function myself, i'm asking more or less standard function that)


Comments

Popular posts from this blog

cookies - Yii2 Advanced - Share session between frontend and mainsite (duplicate of frontend for www) -

angular - password and confirm password field validation angular2 reactive forms -

javascript - Angular2 intelliJ config error.. Cannot find module '@angular/core' -