SHARE
TWEET
Untitled
a guest
Sep 14th, 2017
69
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- #ifdef __cplusplus
- extern "C"
- {
- #endif
- #include <stdio.h>
- #include "hello.h"
- int c_main(int argc, char *argv[])
- {
- (void)argc;
- (void)argv;
- printf("Hello World (c)\n");
- return 0;
- }
- #ifdef __cplusplus
- }
- #endif
RAW Paste Data
