A small library that's provide helpers for programmers

Dependents:   PYRN

Revision:
1:ee7a5f05513d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/MyLibc.h	Tue Feb 17 11:55:34 2015 +0000
@@ -0,0 +1,8 @@
+
+#ifndef MYLIBC_H
+#define MYLIBC_H
+
+
+char *strdup(const char *s);
+
+#endif
\ No newline at end of file