Talk:Amb: Difference between revisions

Content added Content deleted
Line 56: Line 56:
Please put a complete C program, that can be compiled as it is.
Please put a complete C program, that can be compiled as it is.
:We'll need more than that. What's the error you're getting? --[[User:Mwn3d|Mwn3d]] 18:34, 27 June 2009 (UTC)
:We'll need more than that. What's the error you're getting? --[[User:Mwn3d|Mwn3d]] 18:34, 27 June 2009 (UTC)

I've put an alternate C implementation at:

https://github.com/jimwise/shared/tree/master/nondeterminism/c

if that helps -- this uses setjmp/longjmp, and includes a few examples; no external code is required.