We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
( expression )
{ statements }
{ statement expression }
//
struct
typedef
extern
static
[1024]
[4][1024]
[]
*a
int
unsigned
char
unsigned char
short
unsigned short
long
unsigned long
float
double
sizeof
*ptr
&a
"hello"
'c'
123
0777
0xff
123U
123L
3.14F
12.345
{1, 2}
#include
&&
||
if
else
for
break
continue
do ... while
while
switch case
switch default
? :
goto
calc
+
-
*
/
%
compare
==
!=
>
<
>=
<=
bit operation
&
|
<<
>>
assignment
=
+=
-=
*=
/=
%=
&=
|=
++
--
Vector
Map
StringBuilder
The text was updated successfully, but these errors were encountered:
kawasin73
No branches or pull requests
Features
structure
( expression )
{ statements }
{ statement expression }
( GNU extension for testing )//
struct
typedef
extern
static
variable type
[1024]
[4][1024]
[]
*a
int
unsigned
char
unsigned char
short
unsigned short
long
unsigned long
float
double
sizeof
pointer access
[]
*ptr
&a
literal
"hello"
'c'
123
0777
0xff
123U
123L
3.14F
12.345
{1, 2}
{1, 2}
preprocessor
#include
control syntax
&&
||
if
else
for
break
continue
do ... while
while
switch case
switch default
? :
goto
operand
calc
+
-
*
/
%
compare
==
!=
>
<
>=
<=
bit operation
&
|
<<
>>
assignment
=
+=
-=
*=
/=
%=
&=
|=
++
--
utility
Vector
Map
StringBuilder
Develop
The text was updated successfully, but these errors were encountered: