minimodem-mirror/src/baudot.h

20 lines
306 B
C
Raw Normal View History

/*
* baudot.h
*
* Copyright (C) 2011 Kamal Mostafa <kamal@whence.com>
*
* NO LICENSE HAS BEEN SPECIFIED OR GRANTED FOR THIS WORK.
*
*/
void
baudot_reset();
/*
* returns nonzero if *char_outp was stuffed with an output character
*/
int
2011-06-18 20:55:48 +02:00
baudot_decode( char *char_outp, unsigned char databits );