void hello(void); int main(int argc, char **argv) { hello(); }