You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// ^^^ these are header guards, used to avoid multiple inclusions of the same header
// Declarations
// Notice that this does not define a global variable, it just says to the compiler "in some module there's a global named in this way, let me access it"