J
JS
Does there exist an API for C that one can search in like the API for Java?
JS
JS
JS said:Does there exist an API for C that one can search in like the API for Java?
JS
Does there exist an API for C that one can search in like the API for Java?
JS
Mars said:JS mentioned:
It seems that only bsearch is available in standard C..... (is it??)
http://www-ccs.ucsd.edu/c/stdlib.html#bsearch
[/QUOTE]Does there exist an API for C that one can search in like the API for Java?
Since C is not an "application," it does not have an "API."
Do you mean
to ask if there is some type of documentation on the C standard libraries?
Mars <Mars@mars> scribbled the following:
What a strange thing to say. That sounds like bsearch() is the only
function defined in ISO standard C. Even the page you gave the URL to
says otherwise.
Since C is not an "application," it does not have an "API." Do you mean
to ask if there is some type of documentation on the C standard libraries?
Richard said:I imagine the OP wants something like the form based Java documentation
(e.g. http://java.sun.com/j2se/1.4.2/docs/api/index.html). I don't know
of such a thing for C.
Since C is not an "application," it does not have an "API."
Villy Kruse said:The standard functions defined by ANSI C would be an API, wouldn't it?
I assume API means Application Programming Interface, that is, the standard
by which you would write application programs.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.