File: memchanStubInit.c

package info (click to toggle)
memchan 2.3-2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 3,868 kB
  • sloc: ansic: 3,320; sh: 990; tcl: 687; makefile: 51
file content (25 lines) | stat: -rw-r--r-- 664 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/* memchanStubsInit.c - Copyright (C) 2004 Pat Thoyts <patthoyts@users.sf.net>
 *
 * The contents of this file are automatically generated by 
 * genStubs.tcl from the memchan.decls file.
 *
 */

#include "memchan.h"

/* !BEGIN!: Do not edit below this line. */

MemchanStubs memchanStubs = {
    TCL_STUB_MAGIC,
    NULL,
    Memchan_Init, /* 0 */
    Memchan_SafeInit, /* 1 */
    Memchan_CreateMemoryChannel, /* 2 */
    Memchan_CreateFifoChannel, /* 3 */
    Memchan_CreateFifo2Channel, /* 4 */
    Memchan_CreateZeroChannel, /* 5 */
    Memchan_CreateNullChannel, /* 6 */
    Memchan_CreateRandomChannel, /* 7 */
};

/* !END!: Do not edit above this line. */