Advertisement
Guest User

Untitled

a guest
Aug 3rd, 2015
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. const char cvsid[] = "@(#)OUR_TEAM_staging_remap_$Revision: 1.30 $ $Name: $";
  2.  
  3. static const char sccs[] = "@(#)%W% %E%";
  4.  
  5. #ifndef lint
  6. extern const char jlss_id_filename_c[];
  7. const char jlss_id_filename_c[] = "@(#)$Id$";
  8. #endif /* lint */
  9.  
  10. static char VersionString[] = "HELLO_WORLD 2.0";
  11.  
  12. static const char what_ident[] __attribute__((used)) = "@(#) $Id$";
  13.  
  14. static const char what_ident[] __attribute__((section("what"), used)) = "@(#) $Id$";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement