2000-12-20 10:26:12 -05:00
|
|
|
/* OS-dependent support for what is supposed to be the standard ANSI C Library.
|
|
|
|
** Copyright (c) 1999 by Brian D. Carlstrom.
|
|
|
|
*/
|
2002-01-09 06:25:02 -05:00
|
|
|
struct netent *getnetbyaddr (long x, int y) {return 0;}
|
|
|
|
struct netent *getnetbyname (const char *x) {return 0;}
|