Re: database of C standard library functions?



Benjamin Rutt wrote:
>
> Does anyone have a database of C standard library functions? or even
> clean header files with just the prototypes? when I look at my
> system's header files, I see a bunch of "implementation details"
> around the actual functions, such as:
>
> extern int atoi (__const char *__nptr) __THROW __attribute_pure__;
>
> which is not as clean as
>
> int atoi(const char *nptr);
>
> The reason I want this is I'm writing a programming tool that could
> help make it easier to use the standard library by having knowledge of
> all the functions within it, and their parameter names & types and
> return values. actually, a database with the return type, function
> name, and each parameter type already separated, would be preferred of
> course, that way I don't have to parse C at all. But I guess parsing
> clean prototypes isn't that hard, so I would gladly accept that as
> well.
>
> Thanks in advance for any pointers.

http://www.open-std.org/jtc1/sc22/wg14/www/docs/n869/

--
pete
.



Relevant Pages

  • database of C standard library functions?
    ... Does anyone have a database of C standard library functions? ... clean header files with just the prototypes? ... system's header files, I see a bunch of "implementation details" ... clean prototypes isn't that hard, so I would gladly accept that as ...
    (comp.lang.c)
  • RE: Removing Blank Lines
    ... I have a setup for data clean up that you might find interesting. ... template database with a template table named tblCleanUp. ... and then import a template make-table query from ...
    (microsoft.public.access.formscoding)
  • Re: [PATCH] fs/fcntl.c - remove impossible <0 check in do_fcntl - arg is unsigned.
    ... > Do we have a compiler that needlessly complains again? ... able to make the header files -W clean so that I can compile individual ... But I don't think that making the entire build -W clean is worthwhile. ... send the line "unsubscribe linux-kernel" in ...
    (Linux-Kernel)
  • Re: Compile error in file *.app in VFP8.0 (error1981)
    ... Clean up Project. ... Exclusive, Modify Database, then run Clean Up Databasse from the Database ... class libraries and database files ... did not add any stored procedures using append procedures command. ...
    (microsoft.public.fox.programmer.exchange)
  • Re: Total lockout on security question
    ... Certainly you can drop a clean copy of system.mdw, ... secured database, you wouldn't be able to then open it. ... if you have played with security and messed up the default ... However, if you are totally locked out of a database that has been secured, ...
    (microsoft.public.access.security)