File indexing completed on 2024-05-05 03:52:53

0001 
0002 #include "subdirfile.h"
0003 
0004 int SubdirObject::mul(int a, int b)
0005 {
0006   return a * b;
0007 }