Copyright (c) Hyperion Entertainment and contributors.
Utility Library: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
Steven Solie (talk | contribs) |
Steven Solie (talk | contribs) |
||
Line 2: | Line 2: | ||
== Utility Library == |
== 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, |
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, strings, data structures and more. |
||
The various functions are grouped into several sections: |
|||
* [[Tags]] |
|||
* [[Callback Hooks]] |
|||
* [[String Functions]] |
|||
* [[Date Functions]] |
|||
* [[Named Objects]] |
|||
* [[Data Structures]] |
Latest revision as of 21:28, 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, strings, data structures and more.
The various functions are grouped into several sections: