Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
#define VAR
VAR int VAR VAR VAR some_func VAR( VAR int VAR x VAR VAR, VAR float VAR y VAR VAR VAR ) VAR;
int some_func( int x, float y );
#if CONST_WORKS_CORRECTLY
#define CONST const
#else
#define CONST
#endif
extern CONST int some_constant;