Kajos

psync.h

May 14th, 2012
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. #ifndef __HELLO_H
  2. #define __HELLO_H
  3.  
  4. /** The Hello, World! message. */
  5. #define HELLO_MESSAGE "Hello, World!\n"
  6.  
  7. #endif /* __HELLO_H */
Advertisement
Add Comment
Please, Sign In to add comment