File indexing completed on 2025-07-06 12:05:16

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