Next: The Poke Virtual Machine, 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. | |
• Character Functions | Functions which deal with characters. | |
• Values Functions | Functions which deal with values in general. | |
• IO Space Functions | Functions that operate on IO spaces. | |
• 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. | |
• Other Functions | Miscellany. |