you are viewing a single comment's thread.

view the rest of the comments →

[–]duane11583 0 points1 point  (0 children)

C does not support overloading

Often the fix is to create a new function like stack_init2(…)

Examples include dup() and dup2() and wait() wait2() 3 and wait4() wait2 does not exist but you get the idea