Changes between Version 1 and Version 2 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/String
- Timestamp:
- 08/20/10 08:26:14 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/String
v1 v2 20 20 PrintLCD(strMsg); 21 21 }}} 22 23 The 825 standard library functions now accept string parameters. We are now recommending using strings in application programs as much as possible to reduce the possibility of pointer to invalid memory, or overflow bugs.