mirror of
https://github.com/KarolS/millfork.git
synced 2024-11-05 00:05:44 +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
|
|
|
|
`--inline` command-line option
|
|
|
|
`inline` and `noinline` keyword
|