Comparing ray/src/ot/readobj2.c (file contents):
Revision 2.10 by greg, Tue Sep 28 23:55:02 2004 UTC vs.
Revision 2.12 by greg, Wed Jul 29 18:11:23 2020 UTC
| 9 |
|
#include <stdio.h> |
| 10 |
|
|
| 11 |
|
#include "platform.h" |
| 12 |
< |
#include "rtprocess.h" |
| 12 |
> |
#include "paths.h" |
| 13 |
|
#include "rtmath.h" |
| 14 |
|
#include "rtio.h" |
| 15 |
|
#include "rterror.h" |
| 27 |
|
ro_cbfunc callback |
| 28 |
|
) |
| 29 |
|
{ |
| 30 |
– |
char *fgetline(); |
| 30 |
|
FILE *infp; |
| 31 |
|
char buf[2048]; |
| 32 |
|
register int c; |
Diff Legend
| – |
Removed lines |
| + |
Added lines |
| < |
Changed lines (old) |
| > |
Changed lines (new) |