compat.c 215 B

123456789
  1. /* This file is just a placeholder so the library isn't empty */
  2. /* This function does strictly nothing. It's just here to avoid
  3. libcompat.a to be empty, which is illegal */
  4. int not_empty()
  5. {
  6. return (42);
  7. }