ObjFW  Diff

Differences From Artifact [e4a6ab01fe]:

To Artifact [dda7fbe65f]:


216
217
218
219
220
221
222
223
224
225
226
227
228
 */
- initWithFileDescriptor: (int)fileDescriptor;
@end

#ifdef __cplusplus
extern "C" {
#endif
extern OFFile *of_stdin;
extern OFFile *of_stdout;
extern OFFile *of_stderr;
#ifdef __cplusplus
}
#endif







|
|
|



216
217
218
219
220
221
222
223
224
225
226
227
228
 */
- initWithFileDescriptor: (int)fileDescriptor;
@end

#ifdef __cplusplus
extern "C" {
#endif
extern OFStream *of_stdin;
extern OFStream *of_stdout;
extern OFStream *of_stderr;
#ifdef __cplusplus
}
#endif