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