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.
otheruser.h@0:18acd94db10b, 2009-11-26 (annotated)
- Committer:
- simon
- Date:
- Thu Nov 26 16:00:28 2009 +0000
- Revision:
- 0:18acd94db10b
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| simon | 0:18acd94db10b | 1 | #ifndef OTHERUSER_H |
| simon | 0:18acd94db10b | 2 | #define OTHERUSER_H |
| simon | 0:18acd94db10b | 3 | |
| simon | 0:18acd94db10b | 4 | void otheruser(); |
| simon | 0:18acd94db10b | 5 | |
| simon | 0:18acd94db10b | 6 | #endif |