4.3.5 Functions
This section includes questions that relate to functions.
- 4.3.5.1 How Do I Stop A Function From Being Removed?
- 4.3.5.2 Why Should I Inline My Function?
- 4.3.5.3 Why is My Function Not Inline?
- 4.3.5.4 Why Should I Place a Function Into its Own Section?
- 4.3.5.5 How Do I Prevent the Compiler From Saving or Restoring Any Registers?
- 4.3.5.6 How Can I Tell if a Function is Being Used?
- 4.3.5.7 How Can I Find Out Which Functions are Contained Inside the Compiler?
- 4.3.5.8 Where are Arguments That Are Passed to Functions Located in Memory?
- See also, 4.5.13 How Can I Tell How Big a Function Is?
- See also, 4.5.14 How Do I Learn Where Variables and Functions Have Been Positioned?
- See also, 4.3.6.1 How Do I Use Interrupts in C?