File indexing completed on 2024-05-05 16:05:00

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