| 69 | return count > 0 ? 0 : 1; // error code is 0 if we're reading, or nonzero if we're seeking |
| 70 | } |
| 71 | void close(FT_Stream) |
| 72 | { |
| 73 | } |
| 74 | |
| 75 | // Helper to interpret memory as a specific type |
| 76 | template <typename T, typename U> |
no outgoing calls
no test coverage detected