Revision 83cf653a
Added by Hamish Coleman over 16 years ago
- ID 83cf653af946715f57ba0f555e61cb3fba69b883
wconsd.c | ||
---|---|---|
/*
|
||
* wconsd.c - serial port server service for Windows NT
|
||
*
|
||
* Copyright (c) 2003 Benjamin Schweizer <gopher at h07 dot org>
|
||
* Copyright (c) 2008 Hamish Coleman <hamish@zot.org>
|
||
* 2003 Benjamin Schweizer <gopher at h07 dot org>
|
||
* 1998 Stephen Early <Stephen.Early@cl.cam.ac.uk>
|
||
*
|
||
*
|
||
... | ... | |
#include <stdio.h>
|
||
#include <stdlib.h>
|
||
|
||
#define VERSION "0.1.2"
|
||
#define VERSION "0.1.5"
|
||
|
||
/* Size of buffers for send and receive */
|
||
#define BUFSIZE 1024
|
Also available in: Unified diff
Update copywright and version