blob: cc5d06b5fac1fb4539341bf2646d21413f2a9bbb [file] [log] [blame]
void
mulqi (char *p, char a, char b)
{
p[0] = a/b;
}