| ??? 07/22/02 15:00 Read: times |
#26121 - RE: keil C51 pointer using error |
Andy,
You have a spurious ; terminating your while loop. BTW, I'd write it: void WriteString(char *pStr)
{
while (*pStr)
{
WR_DATA(*pStr++);
}
}- Mark |
| Topic | Author | Date |
| keil C51 pointer using error | 01/01/70 00:00 | |
| RE: keil C51 pointer using error | 01/01/70 00:00 | |
| RE: keil C51 pointer using error | 01/01/70 00:00 | |
| RE: keil C51 pointer using error | 01/01/70 00:00 | |
| RE: keil C51 pointer using error | 01/01/70 00:00 | |
| RE: keil C51 pointer using error | 01/01/70 00:00 | |
| RE: keil C51 pointer using error | 01/01/70 00:00 | |
| RE: keil C51 pointer using error | 01/01/70 00:00 | |
| RE: keil C51 pointer using error | 01/01/70 00:00 | |
| RE: // Andy | 01/01/70 00:00 | |
| RE: keil C51 pointer using error | 01/01/70 00:00 | |
| RE: keil C51 pointer using error | 01/01/70 00:00 | |
| RE: keil C51 pointer using error | 01/01/70 00:00 | |
| RE: keil C51 pointer using error | 01/01/70 00:00 | |
| RE: keil C51 pointer using error | 01/01/70 00:00 | |
| RE: keil C51 pointer using error | 01/01/70 00:00 | |
| RE: Subversives | 01/01/70 00:00 | |
| RE: Subversives | 01/01/70 00:00 | |
| RE: keil C51 pointer using error | 01/01/70 00:00 | |
RE: Subversives | 01/01/70 00:00 |



