__libc_csu_fini.c 46 B

12345
  1. #include "libc.h"
  2. void __libc_csu_fini()
  3. {
  4. }