Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of FunctionPointers by
Diff: main.cpp
- Revision:
- 2:7d14b75d8a68
- Parent:
- 1:bdea7966ea78
--- a/main.cpp Sun Nov 05 21:07:10 2017 +0000
+++ b/main.cpp Sun Nov 05 21:10:29 2017 +0000
@@ -22,7 +22,7 @@
// Here's another way to initialize a string. This is actually the
// approach recommended by Kieras at Michigan as it may avoid the creation
- // of a literal followed by copying to the array...
+ // and storage of a literal followed by copying to the array...
char* pMyOtherString = "Here is more text.";
printf("Other string: %s\n", pMyOtherString);
