rootkea

array of char *

Mar 22nd, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.68 KB | None | 0 0
  1. static const char *test_data[] ={
  2.     "<!doctype html>\n"\
  3.     "<!--[if lt IE 7 ]> <html class=\"no-js ie6\" lang=\"en\"> <![endif]-->\n"\
  4.     "<!--[if (gte IE 9)|!(IE)]><!--> <html class=\"no-js\"> <!--<![endif]-->\n"\
  5.     "<head>\n"\
  6.    "  <meta charset=\"utf-8\">\n"\
  7.     "  <script>window.jQuery || document.write(\"<script src='/common/inc/js/jquery-1.5.1.min.js'><\\/script>\")</script>\n"\
  8.     "  <script src=\"/common/inc/js/core.js?v=1\"></script>\n"\
  9.     "</head>\n"\
  10.     "<body>\n"\
  11.     "  <ul>\n"\
  12.     "    <li><a href=\"/solutions/platform.html#server\">Server</a></li>\n"\
  13.     "    <li><a href=\"/solutions/platform.html#desktop\">Desktop</a></li>\n"\
  14.     "  </ul>\n"\
  15.     "</body>\n"\
  16.     "</html>\n"
  17. };
Add Comment
Please, Sign In to add comment