Open Source
dce.asc
Associated article: Distributed Computing and the OSF/DCE
Tags: Open Source Parallel Embedded Systems Design
_DISTRIBUTED COMPUTING AND OSF/DCE_
by John Bloomer
Listing One
#include <stdio.h>
#include <string.h>
#include <pwd.h>
#include "im.h"
#define USAGE() { fprintf(stderr, "Usage: %s ", argv[0]);
fprintf(...


