You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
static void tcps_proc_server_msg(void *p_user, const ptc_msg_info_t *p_info)
|
|
{
|
|
if (z)
|
|
{
|
|
if (a)
|
|
/* comment */
|
|
{
|
|
a++;
|
|
}
|
|
/* comment */
|
|
else if (b)
|
|
{
|
|
b++;
|
|
}
|
|
/* Comment */
|
|
else
|
|
{
|
|
c++;
|
|
}
|
|
}
|
|
}
|
|
|