StaticLibExample.c 68 B

123456
  1. #include "StaticLibExample.h"
  2. int FortyFour(void)
  3. {
  4. return 44;
  5. }