source:
scripts/untested/blfs-patches/ncompress-4.2.4-gcc34.patch@
300656b
Last change on this file since 300656b was 16fbfc51, checked in by , 19 years ago | |
---|---|
|
|
File size: 915 bytes |
-
compress42.c
old new 171 171 #ifndef NOFUNCDEF 172 172 extern void *malloc LARGS((int)); 173 173 extern void free LARGS((void *)); 174 #ifndef _IBMR2174 /* #ifndef _IBMR2 175 175 extern int open LARGS((char const *,int,...)); 176 #endif 176 #endif */ 177 177 extern int close LARGS((int)); 178 178 extern int read LARGS((int,void *,int)); 179 179 extern int write LARGS((int,void const *,int)); … … 184 184 extern char *strcpy LARGS((char *,char const *)); 185 185 extern char *strcat LARGS((char *,char const *)); 186 186 extern int strcmp LARGS((char const *,char const *)); 187 extern unsigned strlen LARGS((char const *)); 187 /* extern unsigned strlen LARGS((char const *)); */ 188 188 extern void *memset LARGS((void *,char,unsigned int)); 189 189 extern void *memcpy LARGS((void *,void const *,unsigned int)); 190 190 extern int atoi LARGS((char const *));
Note:
See TracBrowser
for help on using the repository browser.