7 rader
60 B

  1. #ifndef DIV_H
  2. #define DIV_H
  3. int chu(int a, int b);
  4. #endif