FrameworkExample.c 67 B

123456
  1. #include "FrameworkExample.h"
  2. int FortyTwo(void)
  3. {
  4. return 42;
  5. }