Files
2018-08-02 17:53:23 +01:00

4 lines
119 B
C

// GOOD: this file is only included in one place, so we can get away without an include guard.
int OneTimeFunction();