Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1. /* Copyright (C) 1996 DJ Delorie, see COPYING.DJ for details */
  2. /* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details */
  3. #include <time.h>
  4. #include <libc/farptrgs.h>
  5. #include <libc/bss.h>
  6.  
  7. clock_t clock(void)
  8. {
  9.  return 0;
  10. }
  11.