Jump to content

C Library Reference: Difference between revisions

From EDM2
Ak120 (talk | contribs)
m Ak120 moved page OS2 API:CLR to C Library Reference
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
* [[abort]] - Stop a Program  
*abort - Stop a Program  
* [[abs]] - Calculate Integer Absolute Value  
*abs - Calculate Integer Absolute Value  
* [[access]] - Determine Access Mode  
*access - Determine Access Mode  
* [[acos]] - Calculate Arccosine
*acos - Calculate Arccosine
* [[asctime]] - Convert Time to Character String
*asctime - Convert Time to Character String
* [[asin]] - Calculate Arcsine
*asin - Calculate Arcsine
* [[assert]] - Verify Condition
*assert - Verify Condition
* [[atan]] - atan2 - Calculate Arctangent
*atan - atan2 - Calculate Arctangent
* [[atexit]] - Record Program Termination Function
*atexit - Record Program Termination Function
* [[atof]] - Convert Character String to Float
*atof - Convert Character String to Float
* [[atoi]] - Convert Character String to Integer
*atoi - Convert Character String to Integer
* [[atol]] - Convert Character String to Long Integer
*atol - Convert Character String to Long Integer
* [[_atold]] - Convert Character String to Long Double
*_atold - Convert Character String to Long Double
* [[_beginthread]] - Create New Thread
*[[_beginthread]] - Create New Thread
* [[Bessel Functions]] - Solve Differential Equations
*Bessel Functions - Solve Differential Equations
* [[bsearch]] - Search Arrays
*bsearch - Search Arrays
* [[calloc]] - Reserve and Initialize Storage
*calloc - Reserve and Initialize Storage
* [[catclose]] - Closes a Specified Message Catalog
*catclose - Closes a Specified Message Catalog
* [[catgets]] - Retrieves a Message from a Catalog
*catgets - Retrieves a Message from a Catalog
* [[catopen]] - Opens a Specified Message Catalog
*catopen - Opens a Specified Message Catalog
* [[ceil]] - Find Integer >= Argument
*ceil - Find Integer >= Argument
* [[_cgets]] - Read String of Characters from Keyboard
*_cgets - Read String of Characters from Keyboard
* [[chdir]] - Change Current Working Directory
*chdir - Change Current Working Directory
* [[_chdrive]] - Change Current Working Drive
*_chdrive - Change Current Working Drive
* [[chmod]] - Change File Permission Setting
*chmod - Change File Permission Setting
* [[_chsize]] - Alter Length of File
*_chsize - Alter Length of File
* [[clearerr]] - Reset Error Indicators
*clearerr - Reset Error Indicators
* [[clock]] - Determine Processor Time
*clock - Determine Processor Time
* [[close]] - Close File Associated with Handle
*close - Close File Associated with Handle
* [[cos]] - Calculate Cosine
*cos - Calculate Cosine
* [[cosh]] - Calculate Hyperbolic Cosine
*cosh - Calculate Hyperbolic Cosine
* [[_cprintf]] - Print Characters to Screen
*_cprintf - Print Characters to Screen
* [[_cputs]] - Write String to Screen
*_cputs - Write String to Screen
* [[creat]] - Create New File
*creat - Create New File
* [[_CRT_init]] - Initialize DLL Run-Time Environment
*_CRT_init - Initialize DLL Run-Time Environment
* [[_CRT_term]] - Terminate DLL Run-Time Environment
*_CRT_term - Terminate DLL Run-Time Environment
* [[_cscanf]] - Read Data from Keyboard
*_cscanf - Read Data from Keyboard
* [[ctime]] - Convert Time to Character String
*ctime - Convert Time to Character String
* [[_cwait]] - Wait for Child Process
*_cwait - Wait for Child Process
* [[difftime]] - Compute Time Difference
*difftime - Compute Time Difference
* [[div]] - Calculate Quotient and Remainder
*div - Calculate Quotient and Remainder
* [[_DLL_InitTerm]] - Initialize and Terminate DLL Environment
*_DLL_InitTerm - Initialize and Terminate DLL Environment
* [[dup]] - Associate Second Handle with Open File
*dup - Associate Second Handle with Open File
* [[dup2]] - Associate Second Handle with Open File
*dup2 - Associate Second Handle with Open File
* [[_ecvt]] - Convert Floating-Point to Character
*_ecvt - Convert Floating-Point to Character
* [[_endthread]] - Terminate Current Thread
*_endthread - Terminate Current Thread
* [[__eof]] - Determine End of File
*__eof - Determine End of File
* [[erf - erfc]] - Calculate Error Functions
*erf - erfc - Calculate Error Functions
* [[execl]] - _execvpe - Load and Run Child Process
*execl - _execvpe - Load and Run Child Process
* [[exit]] - End Program
*exit - End Program
* [[_exit]] - End Process
*_exit - End Process
* [[exp]] - Calculate Exponential Function
*exp - Calculate Exponential Function


[[Category:C Libraries]]
[[Category:C Libraries]]

Revision as of 19:18, 11 January 2017

  • abort - Stop a Program
  • abs - Calculate Integer Absolute Value
  • access - Determine Access Mode
  • acos - Calculate Arccosine
  • asctime - Convert Time to Character String
  • asin - Calculate Arcsine
  • assert - Verify Condition
  • atan - atan2 - Calculate Arctangent
  • atexit - Record Program Termination Function
  • atof - Convert Character String to Float
  • atoi - Convert Character String to Integer
  • atol - Convert Character String to Long Integer
  • _atold - Convert Character String to Long Double
  • _beginthread - Create New Thread
  • Bessel Functions - Solve Differential Equations
  • bsearch - Search Arrays
  • calloc - Reserve and Initialize Storage
  • catclose - Closes a Specified Message Catalog
  • catgets - Retrieves a Message from a Catalog
  • catopen - Opens a Specified Message Catalog
  • ceil - Find Integer >= Argument
  • _cgets - Read String of Characters from Keyboard
  • chdir - Change Current Working Directory
  • _chdrive - Change Current Working Drive
  • chmod - Change File Permission Setting
  • _chsize - Alter Length of File
  • clearerr - Reset Error Indicators
  • clock - Determine Processor Time
  • close - Close File Associated with Handle
  • cos - Calculate Cosine
  • cosh - Calculate Hyperbolic Cosine
  • _cprintf - Print Characters to Screen
  • _cputs - Write String to Screen
  • creat - Create New File
  • _CRT_init - Initialize DLL Run-Time Environment
  • _CRT_term - Terminate DLL Run-Time Environment
  • _cscanf - Read Data from Keyboard
  • ctime - Convert Time to Character String
  • _cwait - Wait for Child Process
  • difftime - Compute Time Difference
  • div - Calculate Quotient and Remainder
  • _DLL_InitTerm - Initialize and Terminate DLL Environment
  • dup - Associate Second Handle with Open File
  • dup2 - Associate Second Handle with Open File
  • _ecvt - Convert Floating-Point to Character
  • _endthread - Terminate Current Thread
  • __eof - Determine End of File
  • erf - erfc - Calculate Error Functions
  • execl - _execvpe - Load and Run Child Process
  • exit - End Program
  • _exit - End Process
  • exp - Calculate Exponential Function