port of bc and dc

Stefan Sperling stsp at stsp.name
Sat Feb 21 18:39:23 CET 2009


On Sat, Feb 21, 2009 at 06:06:10PM +0100, Florian Bruhin wrote:
> 2009/2/21 Ewan Meadows <ewan.meadows at gmail.com>:
> > What are the errors?
> Only some warnings:
> 
> number.c: In function 'bc_new_num':
> number.c:76: warning: implicit declaration of function 'memset'
> number.c: In function '_one_mult':
> number.c:905: warning: implicit declaration of function 'memcpy'
> number.c: In function 'bc_out_long':
> number.c:1442: warning: implicit declaration of function 'strlen'

Add #include <string.h> at the top of that file to get rid of those.

Stefan


More information about the dslinux-devel mailing list