Project

General

Profile

Download (68 Bytes) Statistics
| Branch: | Tag: | Revision:
1
#include "mydouble.h"
2
int mydouble(int u, int w)
3
{
4
  return(u*w);
5
}
(2-2/4)