/[public]/psiconv/trunk/lib/psiconv/common.h
ViewVC logotype

Diff of /psiconv/trunk/lib/psiconv/common.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 78 Revision 79
28 28
29#ifdef __cplusplus 29#ifdef __cplusplus
30extern "C" { 30extern "C" {
31#endif /* __cplusplus */ 31#endif /* __cplusplus */
32 32
33typedef psiconv_list psiconv_buffer; /* of u8 */
34
35#define psiconv_new_buffer() psiconv_list_new(sizeof(psiconv_u8))
36#define psiconv_free_buffer(buf) psiconv_list_free(buf)
37
38/* *************** 33/* ***************
39 * misc.c * 34 * misc.c *
40 *************** */ 35 *************** */
41 36
42/* This function returns a copy of a string, that contains no ASCII codes 37/* This function returns a copy of a string, that contains no ASCII codes

Legend:
Removed from v.78  
changed lines
  Added in v.79

frodo@frodo.looijaard.name
ViewVC Help
Powered by ViewVC 1.1.26