Blame view

Giac_maj/giac-1.4.9/src/missing.c 107 Bytes
6663b6c9   adorian   projet complet av...
1
2
3
4
5
  #include <sys/times.h>
  // missing _times function in libc
  clock_t _times(struct tms *ptms){
    return 0;
  }