Next: The Machine-Interface, Previous: The Poke Language, Up: Top [Contents][Index]
GNU poke ships with a standard library for Poke programs that is available to Poke programs. The following sections detail the facilities provided by the library.
• Standard Integral Types: | int, long and the like. | |
• Standard Offset Types: | off64 and the like. | |
• Standard Units: | b, B, Kb and the like. | |
• Conversion Functions: | catos, atoi, etc. | |
• Array Functions: | Functions which deal with arrays. | |
• String Functions: | Functions which deal with strings. | |
• Sorting Functions: | qsort. | |
• CRC Functions: | Cyclic Redundancy Checksums. | |
• Dates and Times: | Processing and displaying dates and times. | |
• Offset Functions: | Useful functions that operate on offsets. |