X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=libsrc%2Fcommon%2Fputs.c;h=85b8cc315d3149592ef239c54fd0586cc6ee792e;hb=ea75fef1bf99fabff9c9eaa804468ee40339f87f;hp=e3522c7b3171012632cdb2fe9fbf85504de96966;hpb=53dd513176425872128ef26031d00952ef7a0628;p=cc65 diff --git a/libsrc/common/puts.c b/libsrc/common/puts.c index e3522c7b3..85b8cc315 100644 --- a/libsrc/common/puts.c +++ b/libsrc/common/puts.c @@ -8,12 +8,18 @@ #include #include -#include +#include #include "_file.h" -int puts (const char* s) +/*****************************************************************************/ +/* Code */ +/*****************************************************************************/ + + + +int __fastcall__ puts (const char* s) { static char nl = '\n';