commit | 6150422ff5c85fa0f90075889af809c023a21adb | [log] [tgz] |
---|---|---|
author | Dima Zavin <dima@android.com> | Thu Jun 13 12:29:47 2013 -0700 |
committer | Dima Zavin <dima@android.com> | Mon Aug 05 10:04:29 2013 -0700 |
tree | 299de0e3ed7d0185d0fa4d0549e347aea77b2358 | |
parent | 36c77355330cd4f1f4767f4319d81b59623afd10 [diff] |
[lib][stdio] implement a real FILE backing stdio descriptors Allows different implementations of FILE handling to be provided. Make lib/debug provide the default implementation for stdin/stdout/stderr. Change-Id: Icd9d30ac44884648603e91cfca856912bca1c0d3 Signed-off-by: Dima Zavin <dima@android.com>