Open Source
cpic.asc
Associated article: Designing Servers with CPI-C
Tags: Tools Open Source
_DESIGNING SERVERS WITH CPI-C_ by Peter Schwaller and John Q. Walker Listing One /*--------------------------------------------------------------- * CPI-C example program, displaying received records * server side (file SERVER1D.C) *-------------------------------------------------------------*/ #include <cpic.h> /* conversation API library */ #include <stdio.h> /* ...


