Skip to content

Instantly share code, notes, and snippets.

@ibeauregard
Last active April 3, 2021 15:12
Show Gist options
  • Save ibeauregard/87bb08d61301abc52060ca00e57c59da to your computer and use it in GitHub Desktop.
Save ibeauregard/87bb08d61301abc52060ca00e57c59da to your computer and use it in GitHub Desktop.
Introduce struct internals* member
/* int_stack.h */
// ...
struct int_stack {
struct internals* _internals; // Do not define struct internals in this file
// Function pointers
}
// ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment