Newer
Older
Scratch / lockwasher / src / sys / lib / divdi3.c
@Christopher W. Olsen Christopher W. Olsen on 25 Oct 2019 135 bytes Scratch
#include <math.h>

u_quad_t __udivdi3(u_quad_t a,u_quad_t b) {
  return(0);
  }

quad_t __divdi3(quad_t a,quad_t b) {
  return(0);
  }