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