Jump to content

C Library Reference: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
No edit summary
Line 1: Line 1:
* [[OS2 API:CLR:abort|abort]] - Stop a Program  
* [[abort]] - Stop a Program  
* [[OS2 API:CLR:abs|abs]] - Calculate Integer Absolute Value  
* [[abs]] - Calculate Integer Absolute Value  
* [[OS2 API:CLR:access|access]] - Determine Access Mode  
* [[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


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

Revision as of 04:08, 17 November 2016

  • 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