StaticLibExample.c 69 B

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