doom3-gpl
Doom 3 GPL source release
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
neo
curl
lib
inet_ntoa_r.h
Go to the documentation of this file.
1
#ifndef __INET_NTOA_R_H
2
#define __INET_NTOA_R_H
3
/*
4
* My solaris 5.6 system running gcc 2.8.1 does *not* have this prototype
5
* in any system include file! Isn't that weird?
6
*/
7
char
*
inet_ntoa_r
(
const
struct
in_addr
in
,
char
*
buffer
,
int
buflen);
8
9
#endif
inet_ntoa_r
char * inet_ntoa_r(const struct in_addr in, char *buffer, int buflen)
buffer
GLuint buffer
Definition:
glext.h:3108
in
GLuint in
Definition:
glext.h:5388
This page is maintained by
Wladimir van der Laan
. Generated on Mon Nov 17 2014 12:23:15 for doom3-gpl by
1.8.6
.