National Instruments 320682C Musical Toy Instrument User Manual


 
© National Instruments Corporation 1-1 LabWindows/CVI Standard Libraries
Chapter 1
ANSI C Library
This chapter describes the ANSI C Standard Library as implemented in LabWindows/CVI.
Note:
When you link your executable or DLL with an external compiler, you are using the
ANSI C library of the external compiler.
Table 1-1. ANSI C Standard Library Classes
Class Header File
Character Handling <ctype.h>
Character Testing
Character Case Mapping
Date and Time <time.h>
Time Operations
Time Conversion
Time Formatting
Localization <locale.h>
Mathematics <math.h>
Trigonometric Functions
Hyperbolic Functions
Exp and Log Functions
Power Functions
Nonlocal Jumping <setjmp.h>
Signal Handling <signal.h>
Input/Output <stdio.h>
Open/Close
Read/Write/Flush
Line Input/Output
Character Input/Output
Formatted Input/Output
Buffer Control
File Positioning
File System Operations
Error Handling
(continues)