-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
C: Add
extern
to header files for provided functions (#664)
Help syntactically show which functions are implemented by users and which are imported from the environment. I don't think `extern` actually does anything here and most of the functions actually have shims in the C files generated, but I also don't believe that `extern` harms anything either. Closes #663
- Loading branch information
1 parent
1590709
commit 3ffbdd3
Showing
1 changed file
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters