core.c 94 B

12345
  1. #include "core.h"
  2. // Extern inline prototypes.
  3. int min(int x, int y);
  4. int max(int x, int y);