18132203b4
catalogs of the contents of any arbitrary media. Primarily it is most useful for cataloging CDs, DVDs, and other such removeable media. The catalogs can be quickly searched (including across multiple catalogs) with regular expressions, exported as CSV or HTML files, sorted, and statistical information gathered. WWW: http://cdcat.sourceforge.net/ PR: ports/96828 Submitted by: Aren Tyr <aren.tyr at gawab.com>
19 lines
438 B
C++
19 lines
438 B
C++
*** ./recode.cpp Mon Aug 22 18:03:00 2005
|
|
--- ../../cdcat.bsd/src/recode.cpp Sun Apr 30 19:47:51 2006
|
|
***************
|
|
*** 12,18 ****
|
|
#include <string.h>
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
! #include <malloc.h>
|
|
#include <ctype.h>
|
|
|
|
char *recode2(const char *c)
|
|
--- 12,18 ----
|
|
#include <string.h>
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
! /* #include <malloc.h> */
|
|
#include <ctype.h>
|
|
|
|
char *recode2(const char *c)
|