Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <stdio.h>
- char *message = "(c) Biosbardos Interactive Corp. 1984-1988";
- void
- exported_func (void)
- {
- printf ("%s\n", message);
- }
- int
- main (void)
- {
- exported_func ();
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement