mbed library sources. Supersedes mbed-src.

Dependents:   Nucleo_Hello_Encoder BLE_iBeaconScan AM1805_DEMO DISCO-F429ZI_ExportTemplate1 ... more

Revision:
184:08ed48f1de7f
Parent:
180:96ed750bd169
Child:
186:707f6e361f3e
--- a/platform/FileHandle.h	Tue Mar 20 17:01:51 2018 +0000
+++ b/platform/FileHandle.h	Thu Apr 19 17:12:19 2018 +0100
@@ -252,18 +252,6 @@
     }
 };
 
-/** Not a member function
- *  This call is equivalent to posix fdopen().
- *  It associates a Stream to an already opened file descriptor (FileHandle)
- *
- *  @param fh       a pointer to an opened file descriptor
- *  @param mode     operation upon the file descriptor, e.g., 'wb+'
- *
- *  @returns        a pointer to std::FILE
-*/
-
-std::FILE *fdopen(FileHandle *fh, const char *mode);
-
 /**@}*/
 
 /**@}*/