Repository URL to install this package:
/* * hello.h -- Say "Hello, world!" */ #ifndef __HELLO_H__ #define __HELLO_H__ extern void Init_hello( void); #endif