1 / 5

ECE 103 Engineering Programming Chapter 15 C Standard Library

ECE 103 Engineering Programming Chapter 15 C Standard Library. Herbert G. Mayer, PSU CS Status 7/16/2014 Initial content copied verbatim from ECE 103 material developed by Professor Phillip Wong @ PSU ECE. C Standard Library C provides standard functions by using external code libraries

werner
Télécharger la présentation

ECE 103 Engineering Programming Chapter 15 C Standard Library

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. ECE 103 Engineering ProgrammingChapter 15C Standard Library Herbert G. Mayer, PSU CS Status 7/16/2014 Initial content copied verbatim from ECE 103 material developed by Professor Phillip Wong @ PSU ECE

  2. C Standard Library C provides standard functions by using external code libraries Before using a library function, its header file must be included (e.g., #include <stdio.h>) Once a header file is included, all of the definitions, functions, and macros in that library become available to your C source 1

  3. (Std: Blank=1989/1990 Standard, NA1=Normative Addendum 1, C99=1999 Standard)

  4. (Std: Blank=1989/1990 Standard, NA1=Normative Addendum 1, C99=1999 Standard) 3

  5. Online Resource Searchable online C /C++ library reference: http://www.cplusplus.com/reference/clibrary 4

More Related