💾 Archived View for gmi.noulin.net › gitRepositories › dmceDemo › file › runAndDMCE.sh.gmi captured on 2023-01-29 at 13:24:15. Gemini links have been rewritten to link to archived content

View Raw

More Information

-=-=-=-=-=-=-

dmceDemo

Log

Files

Refs

README

runAndDMCE.sh (74B)

     1 gcc -o demo demo.c -fprofile-arcs -ftest-coverage
     2 ./demo
     3 gcov demo.c
     4 dmce