StaticLibExample.c 65 B

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