Skip to content
Snippets Groups Projects
legacy.c 89 B
Newer Older
  • Learn to ignore specific revisions
  • chrg's avatar
    chrg committed
    float fabs(float);
    float testx(float);
    float testy(float a);
    
    int main() {
      return 0;
    }