src/protocols/zephyr/ZReadAscii.c

changeset 8792
b0645c9dc276
parent 2086
007508451e2c
child 11105
842fa517e08c
equal deleted inserted replaced
8791:655f64e6d1e2 8792:b0645c9dc276
2 * It contains source for the ZReadAscii function. 2 * It contains source for the ZReadAscii function.
3 * 3 *
4 * Created by: Robert French 4 * Created by: Robert French
5 * 5 *
6 * $Source$ 6 * $Source$
7 * $Author: warmenhoven $ 7 * $Author: chipx86 $
8 * 8 *
9 * Copyright (c) 1987, 1990 by the Massachusetts Institute of Technology. 9 * Copyright (c) 1987, 1990 by the Massachusetts Institute of Technology.
10 * For copying and distribution information, see the file 10 * For copying and distribution information, see the file
11 * "mit-copyright.h". 11 * "mit-copyright.h".
12 */ 12 */
14 14
15 #ifndef lint 15 #ifndef lint
16 static char rcsid_ZReadAscii_c[] = "$Header$"; 16 static char rcsid_ZReadAscii_c[] = "$Header$";
17 #endif /* lint */ 17 #endif /* lint */
18 18
19 #include <internal.h> 19 #include "internal.h"
20 #include <assert.h> 20 #include <assert.h>
21 21
22 #if 0 22 #if 0
23 static __inline__ 23 static __inline__
24 int 24 int

mercurial