1
0
mirror of https://github.com/KarolS/millfork.git synced 2025-01-14 01:29:57 +00:00
millfork/docs/abi/inlining.md

14 lines
170 B
Markdown
Raw Normal View History

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