Simple embedded shell with runtime pluggable commands.

Dependents:   DataBus2018

Implements a simple unix-like shell for embedded systems with a pluggable command architecture.

Revision:
32:fc09f0eb1e8a
Parent:
31:27e8130a0d8f
--- a/fnmatch.h	Fri Dec 28 17:10:31 2018 +0000
+++ b/fnmatch.h	Fri Dec 28 19:54:48 2018 +0000
@@ -53,6 +53,9 @@
 #define const   /* empty */
 #endif
 
-int  fnmatch(const char *, const char *, int);
+#ifdef __cplusplus
+extern "C"
+#endif
+int fnmatch(const char *, const char *, int);
 
 #endif /* !_FNMATCH_H_ */
\ No newline at end of file