stefanos1316 / Rosetta_Code_Research_MSR

Exploiting Programming Languages Energy Consumption
4 stars 2 forks source link

Synchronous concurrency C #10

Open stefanos1316 opened 6 years ago

stefanos1316 commented 6 years ago

Download libco and copy/paste its content in /usr/include and add the libco.c in the same directory with the source code. Then compile: gcc -o syhcronous-concurrentcy synchronous-concurrency.c libco.c