Konstantin

Results 89 comments of Konstantin

Hello, Now, we can transpile C code only if we can compile C code. Your code looks not good. But, in that code strange `for` in `switch`. How you expect...

Ok, @Frozen-Tofu Fell free for create PR and implement the solution.

```c struct y; struct x { struct y *p; /* ... */ }; struct y { struct x *q; /* ... */ }; int vv(){ struct y; struct x2 {...

``` // Link: http://en.cppreference.com/w/c/language/struct struct yS; struct x { struct yS *p; int ax;}; struct yS { struct x *q; int ay;}; int test_vv(){ struct yS var_y; struct x var_x;...

```c void test_pointer_malloc1() { int m = 3, n = 5; int *p; p = malloc(m * n * sizeof(int)); int i, j, count = 0; for (i = 0;...

Hello, It is as everythink - "we see just what we want to see". For example, motivation - Just for fun. Or another - FORTRAN and C, in my point...

Hello, I am glad to see you on my project. That function `EQUIVALENCE` is not clear for myself to implemented on Golang. It look like working with Go package `unsafe`,...

https://docs.oracle.com/cd/E19957-01/805-4939/6j4m0vn9b/index.html

Another letters https://www.nonstopsystems.com/radio/pdf-hell/article-hell-codw-sowp.pdf