Files
prog8/docs/source/structpointers.rst
2025-06-18 23:34:47 +02:00

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.