If I\'m writing abstract data types in C, are the functions written to perform actions on these data types and exposed in the interface (.h files) called functions,
Methods are functions associated with a class.
Since classes don't exist in C, everything is technically a function.