1 #ifndef NM_EASTER_EGG_H_
2 #define NM_EASTER_EGG_H_
3 
4 void nm_print_nemu(void);
5 
6 #endif /* NM_EASTER_EGG_H_ */
7 /* vim:set ts=4 sw=4: */
8