logoalt Hacker News

teo_zeroyesterday at 10:24 PM1 replyview on HN

h() can't have more arguments than g(): that's an important limitation.


Replies

fluoridationyesterday at 10:48 PM

Consider what was being discussed originally, though. If h() has fewer arguments than g() and is in a different module (e.g. a static library) from h() such that the calling convention was necessary, how would h() recurse back to g()?

show 1 reply