Draft

Wiki User Guide

Please read these guides before you start editing wiki pages

Create Wiki Pages From Here

Type in the new page's title with double-brackets, save the current page, then click the red link to create a new page!
Just like this
Try to Create a Wiki Page

Drafts

 1bool foo(void)
 2{
 3    int a = 10;
 4    this->b = a;
 5    if (!this->b && 0x123456 ||
 6        this->foo2("string"))
 7    {
 8        return true;
 9    }
10    else
11    {
12        return false;
13    }
14}

Here's a inline code bool foo(void) It should be shown correctly.