ObjFW  Diff

Differences From Artifact [566d219578]:

To Artifact [76b233d4a0]:


269
270
271
272
273
274
275





276




277




278
279
280
281
 */
- initWithFileDescriptor: (int)fileDescriptor;
@end

#ifdef __cplusplus
extern "C" {
#endif





extern OFStream *of_stdin;




extern OFStream *of_stdout;




extern OFStream *of_stderr;
#ifdef __cplusplus
}
#endif







>
>
>
>
>

>
>
>
>

>
>
>
>




269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
 */
- initWithFileDescriptor: (int)fileDescriptor;
@end

#ifdef __cplusplus
extern "C" {
#endif
/*! @file */

/*!
 * @brief The standard input stream.
 */
extern OFStream *of_stdin;

/*!
 * @brief The standard output stream.
 */
extern OFStream *of_stdout;

/*!
 * @brief The standard error stream.
 */
extern OFStream *of_stderr;
#ifdef __cplusplus
}
#endif