/docs/MyDocs

To get this branch, use:
bzr branch http://darksoft.org/webbzr/docs/MyDocs
1
2
3
4
5
6
7
#include <stdio.h>
int i=5;
void f();
main()
{
    f();
}