Difference between "library parts" of C99 and "language parts" of C99



Hello!

What is the difference between "library parts" of C99 and "language
parts" of C99.

see
http://groups.google.at/group/microsoft.public.vc.language/browse_thread/thread/e9a67f0ff20a954b/bd2bada2bbdbce56?lnk=st&rnum=1#bd2bada2bbdbce56

I know that "Dinkum Compleat Libraries" (http://www.dinkumware.com/)
support the "library parts" of C99 - this probably relates to the C99
library headers and the functionality they provide.?


Are the "language parts" of C99 perhaps things like "variable
declarations" in the middle of {}-blocks? See below...

/******** test.c *********/
#include <stdio.h>

int main( void )
{
printf("hello world\n");

char c = 5; //variable declaration
return 0;
}

What else might be included in the "language parts" of C99?


Thanks,
Albert

.



Relevant Pages

  • Re: Why is it taking so long?
    ... >> There must be other forces at work that stop the development of full C99 ... >Well, the stuff added with the C99 language is a nontrivial addition, ... Comeau C/C++ with Dinkumware's Libraries... ...
    (comp.lang.c)
  • Re: Difference between "library parts" of C99 and "language parts" of C99
    ... What is the difference between "library parts" of C99 and "language ... opposed to the libraries. ... The annexes A-J contain supplemental information concerning all 7 sections of the language specification. ...
    (comp.lang.c)
  • Re: Difference between "library parts" of C99 and "language parts" of C99
    ... I know that "Dinkum Compleat Libraries" ... Are the "language parts" of C99 perhaps things like "variable ... What else might be included in the "language parts" of C99? ... If it can be done in library headers and linkable ...
    (comp.lang.c)
  • [LONG] Re: Why code completion and early error checking are needed
    ... > the programmer who wants such features. ... the guiding principles in the evolution of the c++ language should be ... the problem with this is that ide must first be able to assume ... libraries to find the type declaration. ...
    (comp.lang.cpp)
  • Re: So confused with scheme options
    ... Well known Libraries ... Implementation Extensions ... language, what's an expected library function for most implementations, ... This is the "module" language of PLT, ...
    (comp.lang.scheme)