//
//  hello.h
//  Cross-platform C functionality
//

#ifndef hello_h
#define hello_h

#include <stdio.h>

char* c_hello(char* input);
#endif /* hello_h */
