This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

About variables and arrays

Hi everyone

I want to develop a web server using the cygnal 8051 mcu, but I want to know how can I declare a varible or array for the next data:


Data "HTTP/1.0 200 OK" , $0d , $0a
Data "Content-type: text/html" , $0d , $0a ,
Data "<html><head><title>Test </head>"

please someone who know how to declare a global variable to put in this variable, strings, constant and how is the best way to pointer to this variable too



maybe can be :

unsigned data webpage [] = " ..." is it ok??


thanks for the help

0