ps-init.h 110 B

123456
  1. /*
  2. * Call Pre-Scheme static initialization before main.
  3. */
  4. __attribute__((constructor))
  5. void ps_init(void);