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.
Diff: SDShell.h
- Revision:
- 5:3417ba8cb1e4
- Parent:
- 4:6ff0a3d92778
- Child:
- 9:5e1764ff5dfa
diff -r 6ff0a3d92778 -r 3417ba8cb1e4 SDShell.h
--- a/SDShell.h Sun May 05 18:39:35 2013 +0000
+++ b/SDShell.h Mon May 06 04:04:18 2013 +0000
@@ -92,7 +92,8 @@
char *split(char *dest, char *src, int max, char delim);
void resolveDirectory(char *newpath, char *path);
void splitName(char *path, char *dirname, char *basename);
- uint32_t match(char *arg1, char *arg2);
+ uint32_t match(char *arg1, char *arg2);
+ char btoa(uint8_t b);
// handler functions for each known input
char *ls(char *cmd);
@@ -100,7 +101,7 @@
char *pwd(char *cmd);
char *head(char *cmd);
char *cat(char *cmd);
- char *catb(char *cmd);
+ char *bcat(char *cmd);
char *touch(char *cmd);
char *create(char *cmd);
char *rm(char *cmd);
