HandmadeHero/project/platform/macros.h
2023-09-08 21:08:57 -04:00

6 lines
179 B
C

// Keywords
#define global static // Global variables
#define internal static // Internal linkage
#define local_persist static // Local Persisting variables