The Dink Network

Reply to Re: Mac

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
October 25th 2007, 01:56 PM
custom_magicman.gif
magicman
Peasant They/Them Netherlands duck
Mmmm, pizza. 
Those are built-in string functions. See if, at the top of compress.c, there is a line "#include <string.h>". If not, add it. That should take care of the warnings about memset, strlen, strcpy and strcat.

After that, you should look yourself around line 117 (or 118, when you add the line) to see what might be wrong there.