Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This fixes the following warning: ``` stepping.c: In function ‘main’: stepping.c:8:35: warning: implicit declaration of function ‘getFromElsewhere’ [-Wimplicit-function-declaration] 8 | int gottenFromElsewhere = getFromElsewhere(knownLocally); // main getFromElsewhere call | ^~~~~~~~~~~~~~~~ ```
- Loading branch information