You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

55 lines
579 B
Plaintext

a = b
a == b
a != b
a += b
a -= b
a *= b
a /= b
a %= b
a &= b
a |= b
a ^= b
a <= b
a >= b
a >> b
a << b
a <<= b
a >>= b
a && b
a || b
a ^^ b
foo(); /* Function call.*/
foo(); /* Multiple lines
right comment.*/
/** @} */
/*lint .*/
/* Good comment.*/
/** @Good comment.*/
/**< @Good comment.*/
/*
This is a good comment.
*/
/*
* Good comment.
*/
/* Multiple lines
comment 1.*/
/*
* Multiple lines
* comment 2.
*/
/*===========================================================================*/