/[public]/psiconv/trunk/lib/psiconv/misc.c
ViewVC logotype

Diff of /psiconv/trunk/lib/psiconv/misc.c

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

Revision 63 Revision 171
16 along with this program; if not, write to the Free Software 16 along with this program; if not, write to the Free Software
17 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 17 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18*/ 18*/
19 19
20#include "config.h" 20#include "config.h"
21#include "compat.h"
21#include <stdarg.h> 22#include <stdarg.h>
22#include <stdio.h> 23#include <stdio.h>
23#include <stdlib.h> 24#include <stdlib.h>
25#include <string.h>
26#include "common.h"
27
28#ifdef DMALLOC
29#include <dmalloc.h>
30#endif
31
24 32
25char *psiconv_make_printable(const char *s) 33char *psiconv_make_printable(const char *s)
26{ 34{
27 int i; 35 int i;
28 char *res = malloc(strlen(s) + 1); 36 char *res = malloc(strlen(s) + 1);

Legend:
Removed from v.63  
changed lines
  Added in v.171

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