genericopenlibs/cppstdlib/stl/src/iostream.cpp
branchRCL_3
changeset 75 254b651f304e
parent 0 e4d67989cc36
equal deleted inserted replaced
64:c44f36bb61a3 75:254b651f304e
   445   _Destroy(ptr_wcin);
   445   _Destroy(ptr_wcin);
   446   _Destroy(ptr_wcout);
   446   _Destroy(ptr_wcout);
   447   _Destroy(ptr_wcerr);
   447   _Destroy(ptr_wcerr);
   448   _Destroy(ptr_wclog);
   448   _Destroy(ptr_wclog);
   449 #endif
   449 #endif
       
   450   fclose(stdin);
       
   451   fclose(stdout);
       
   452   fclose(stderr);
   450 }
   453 }
   451 
   454 
   452 
   455 
   453 _STLP_DECLSPEC bool _STLP_CALL ios_base::sync_with_stdio(bool sync) {
   456 _STLP_DECLSPEC bool _STLP_CALL ios_base::sync_with_stdio(bool sync) {
   454 #  if !defined (_STLP_HAS_NO_NAMESPACES) && !defined (_STLP_DONT_USE_PRIV_NAMESPACE)
   457 #  if !defined (_STLP_HAS_NO_NAMESPACES) && !defined (_STLP_DONT_USE_PRIV_NAMESPACE)