1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-07-18 02:28:57 +00:00
millfork/docs/abi/inlining.md

14 lines
170 B
Markdown
Raw Normal View History

2018-04-02 22:21:26 +00:00
[< back to index](../index.md)
# Macros and inlining
2018-01-04 00:15:04 +00:00
## Macros
2018-01-04 00:15:04 +00:00
`macro` keyword
2018-01-04 00:15:04 +00:00
## Automatic inlining
2018-07-01 17:19:30 +00:00
`-finline` command-line option
`inline` and `noinline` keyword