mirror of
https://github.com/KarolS/millfork.git
synced 2025-01-28 02:34:21 +00:00
14 lines
170 B
Markdown
14 lines
170 B
Markdown
[< back to index](../index.md)
|
|
|
|
# Macros and inlining
|
|
|
|
## Macros
|
|
|
|
`macro` keyword
|
|
|
|
## Automatic inlining
|
|
|
|
`-finline` command-line option
|
|
|
|
`inline` and `noinline` keyword
|