Posts by Taupter • 16 points
1 post
-
0
votes1
answer39
viewsA: how to do a subroutine on e1_insert,
C functions follow declaration precedence, that is, you cannot use a function that has not yet been declared to that point in the code. Reorder your functions to follow the order of precedence and…