That is bad :(.

I do not have any information as of why or when that happened.

Doru

On Mon, Apr 20, 2015 at 2:54 PM, Damien Cassou <damien.cassou@gmail.com> wrote:
Hi,

I can't find the InFAMIX C-to-mse tool anymore
(http://www.intooitus.com/products/infamix is answering an access denied
error). I would like to see what is generated for code with pointers to
functions such as:

    int
    f(int a) {
      return a+1;
    }

    int
    g(int a) {
      return a+2;
    }

    int
    main() {
      int a = 5;

      int (*func)(int) = g;

      a = (*func)(a);

      printf("%d\n", a);

      return EXIT_SUCCESS;
    }


Best

--
Damien Cassou
http://damiencassou.seasidehosting.st

"Success is the ability to go from one failure to another without
losing enthusiasm." --Winston Churchill
_______________________________________________
Moose-dev mailing list
Moose-dev@iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev



--
www.tudorgirba.com

"Every thing has its own flow"