Code Comments
Programming Forum and web based access to our favorite programming groups.Has anyone got a list of Posix typedefs? Needed for the -T arguments in .indent.pro. -- Hallvard
Post Follow-up to this messageOn Mar 28, 5:32 pm, Hallvard B Furuseth <h.b.furus...@usit.uio.no> wrote: > Has anyone got a list of Posix typedefs? > Needed for the -T arguments in .indent.pro. There are a plenty, I don't believe someone keeps a list of them, but you could use this link <http://www.opengroup.org/cgi-bin/ susv3search.pl?KEYWORDS=typedef>. Click the header links, and locate the text that says something along these lines: "the following data types shall be defined through typedef"
Post Follow-up to this messagevippstar@gmail.com writes: >On Mar 28, 5:32 pm, Hallvard B Furuseth <h.b.furus...@usit.uio.no> wrote: > > There are a plenty, I don't believe someone keeps a list of them, but > you could use this link <http://www.opengroup.org/cgi-bin/ > susv3search.pl?KEYWORDS=typedef>. > (...) Well, yes, I've got the POSIX spec, but it'll still be quite a bit of work to extract the types. That's what I'm hoping somebody has done already. I should have said that rather than typedef, BTW. Come to think of it, it's easy to find the types ending with _t: grep -w '[a-zA-Z_0-9]*_t' susv3xbd/{*/,}*.h.html but I don't know which Posix types have different names. There is FILE from the C standard, of course. And it'd be nice to list which type belongs in which header file. -- Hallvard
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.