magic.h 59 B

123456
  1. #ifndef MAGIC_H
  2. #define MAGIC_H
  3. void magic(void);
  4. #endif