Jump to content

C Library Reference: Difference between revisions

From EDM2
mNo edit summary
mNo edit summary
Line 1: Line 1:
abort - Stop a Program  
* [[OS2 API:CLR:abort|abort]] - Stop a Program  
* [[OS2 API:CLR:abs|abs]] - Calculate Integer Absolute Value
* [[OS2 API:CLR:access|access]] - Determine Access Mode


abs - Calculate Integer Absolute Value
* [[OS2 API:CLR:acos|CLR:acos]] - Calculate Arccosine
* [[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


access - Determine Access Mode


...
...


[[OS2_API:CLR:_beginthread | _beginthread]] - Create New Thread  
[[OS2_API:CLR:_beginthread|_beginthread]] - Create New Thread  


...
...
==External Reference==
* http://www.warpspeed.com.au/cgi-bin/inf2html.cmd?..\html\book\Toolkt40\XPG4REF.INF


[[OS2_API | Back to OS/2 API]]
[[OS2_API | Back to OS/2 API]]
[[Category:The OS/2 API Project]]
[[Category:The OS/2 API Project]]

Revision as of 19:27, 19 June 2012

  • abort - Stop a Program
  • abs - Calculate Integer Absolute Value
  • access - Determine Access Mode


...

_beginthread - Create New Thread

...

External Reference

Back to OS/2 API