example.c 97 B

12345678
  1. #include <stddef.h>
  2. extern size_t get_life();
  3. int main(void) {
  4. return (size_t) get_life();
  5. }