sdcc -mz80 and function 'vsnprintf' implicit declaration

Post Reply
andromeda92
Member
Posts: 67
Joined: Wed Apr 17, 2024 1:05 am

sdcc -mz80 and function 'vsnprintf' implicit declaration

Post by andromeda92 »

Hi,
-mz80 --no-std-crt0 ... can't find vnsprintf ?
i have #include <stdio.h>

The same problem with <cpm.h> and <conio.h> file not found.
Any idea ?

Thanks
andromeda92
Member
Posts: 67
Joined: Wed Apr 17, 2024 1:05 am

Re: sdcc -mz80 and function 'vsnprintf' implicit declaration

Post by andromeda92 »

RESOLVED on antoher post.
Post Reply