Copyright (c) Hyperion Entertainment and contributors.
Difference between revisions of "Utility Library"
Jump to navigation
Jump to search
Steven Solie (talk | contribs) |
Steven Solie (talk | contribs) |
||
Line 3: | Line 3: | ||
Utility library is the home for all the OS functions which don't fit in the other libraries. Among the calls in utility library are calls to manage tags and tag lists, callback hooks, and some generic 32-bit math functions, all discussed below. |
Utility library is the home for all the OS functions which don't fit in the other libraries. Among the calls in utility library are calls to manage tags and tag lists, callback hooks, and some generic 32-bit math functions, all discussed below. |
||
− | |||
− | == Function Reference == |
||
− | |||
− | The tables which follow contain brief descriptions of the functions inside the utility library. See the SDK for details on each function call. |
||
− | |||
− | === Date Function Reference === |
||
− | |||
− | The following are brief descriptions of the utility library functions which pertain to date conversion. |
||
− | |||
− | {| class="wikitable" |
||
− | ! Function |
||
− | ! Description |
||
− | |- |
||
− | | CheckDate() |
||
− | | Check the legality of a date. |
||
− | |- |
||
− | | Amiga2Date() |
||
− | | Calculate the date from a specified timestamp. |
||
− | |- |
||
− | | Date2Amiga() |
||
− | | Calculate the timestamp from a specified date. |
||
− | |} |
Revision as of 22:24, 26 March 2014
This page is currently being updated to AmigaOS 4.x. Some of the information contained here may not yet be applicable in part or totally. |
Utility Library
Utility library is the home for all the OS functions which don't fit in the other libraries. Among the calls in utility library are calls to manage tags and tag lists, callback hooks, and some generic 32-bit math functions, all discussed below.