Skip to content
Snippets Groups Projects
Select Git revision
  • e1b3230afec60b33024cb6e6cc4cabf8b16a5089
  • main default protected
2 results

test.c

Blame
  • test.c 69 B
    #include <time.h>
    
    #define T CLOCK_MONOTONIC
    
    int main() {return 2;}