History | View | Annotate | Download (68 Bytes)
#include "mydouble.h"
int mydouble(int u, int w)
{
return(u*w);
}