mirror of
https://github.com/irmen/prog8.git
synced 2025-09-13 21:24:36 +00:00
36 lines
463 B
ReStructuredText
36 lines
463 B
ReStructuredText
.. _pointers:
|
|
|
|
====================
|
|
Structs and Pointers
|
|
====================
|
|
|
|
|
|
Legacy untyped pointers (uword)
|
|
-------------------------------
|
|
|
|
Work in progress.
|
|
|
|
|
|
Typed pointer to simple datatype
|
|
--------------------------------
|
|
|
|
Work in progress.
|
|
|
|
|
|
Structs
|
|
-------
|
|
|
|
Work in progress.
|
|
|
|
|
|
Typed pointer to Struct type
|
|
----------------------------
|
|
|
|
Work in progress.
|
|
|
|
|
|
Pointer arithmetic and array indexing
|
|
-------------------------------------
|
|
|
|
Work in progress.
|