sc68fordevelopers
2.2.1
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
file68
istream68_mem.h
Go to the documentation of this file.
1
14
/* Copyright (C) 1998-2003 Benjamin Gerard */
15
16
#ifndef _ISTREAM68_MEM_H_
17
#define _ISTREAM68_MEM_H_
18
19
#include "
file68/istream68.h
"
20
21
#ifdef __cplusplus
22
extern
"C"
{
23
#endif
24
25
37
istream_t
*
istream_mem_create
(
const
void
* addr,
int
len,
int
mode);
38
39
#ifdef __cplusplus
40
}
41
#endif
42
43
44
#endif
/* #define _ISTREAM68_MEM_H_ */
istream_mem_create
istream_t * istream_mem_create(const void *addr, int len, int mode)
Creates a stream for memory buffer.
_istream_t
Input stream structure.
Definition:
istream68_def.h:67
istream68.h
generic stream operation.
Generated by
1.8.10