OpenSS7
SS7 for the
Common Man

© Copyright 1997-2004,OpenSS7 Corporation, All Rights Reserved.
Last modified:

Home Overview Status News Documentation Resources About
   
 Overview
 Status
 News
 Documentation
 Resources
 About

   
Home Index Prev Next More Download Info FAQ Mail   Home -> Resources -> Browse Source -> strss7/lib/libsocket/test.c


File /code/strss7/lib/libsocket/test.c


#include <stdio.h>
#include <errno.h>
#include <error.h>

#include <sys/socket.h>

int main () {
	int fd;
	if ((fd = socket(AF_INET, SOCK_STREAM, 3)) < 0) {
		perror("test");
	}
	return (0);
}


Home Index Prev Next More Download Info FAQ Mail   Home -> Resources -> Browse Source -> strss7/lib/libsocket/test.c

OpenSS7
SS7 for the
Common Man
Home Overview Status News Documentation Resources About

© Copyright 1997-2004,OpenSS7 Corporation, All Rights Reserved.
Last modified: