| 53 | } mbbuf_t; |
| 54 | |
| 55 | MBBUF_INLINE idx_t |
| 56 | mbbuf_avail (mbbuf_t const *mbbuf) |
| 57 | { |
| 58 | return mbbuf->length - mbbuf->offset; |
| 59 | } |
| 60 | |
| 61 | /* Initialize MBBUF with an allocated BUFFER of SIZE bytes and a file stream |
| 62 | FP open for reading. SIZE must be greater than or equal to MCEL_LEN_MAX. |
no outgoing calls
no test coverage detected