#include "psft.h"
#include "psglue.h"
#include "pserror.h"
Go to the source code of this file.
◆ CF2_IO_FAIL
◆ cf2_buf_isEnd()
Definition at line 106 of file psread.c.
107 {
109 }
FT_BEGIN_HEADER typedef unsigned char FT_Bool
GLenum GLuint GLenum GLsizei const GLchar * buf
Referenced by cf2_interpT2CharString().
◆ cf2_buf_readByte()
Definition at line 80 of file psread.c.
81 {
83 {
84#if CF2_IO_FAIL
85 if ( randomError2() )
86 {
88 return 0;
89 }
90
91 return *(
buf->ptr)++ + randomValue();
92#else
94#endif
95 }
96 else
97 {
99 return 0;
100 }
101 }
#define CF2_SET_ERROR(error, e)
Referenced by cf2_hintmask_read(), and cf2_interpT2CharString().