1
0
mirror of https://github.com/adtools/clib2.git synced 2025-12-08 14:59:05 +00:00

Added the common function which both fputs() and puts() share now.

This commit is contained in:
Olaf Barthel
2023-09-06 13:24:45 +02:00
parent a7389454bb
commit 2cb54d48a9

View File

@ -162,6 +162,11 @@ extern int __fputc(int c,FILE *stream,int buffer_mode);
/****************************************************************************/
/* stdio_fputs.c */
extern int __fputs(const char *s, int line_feed, FILE *stream);
/****************************************************************************/
/* stdio_sscanf_hook_entry.c */
extern int __sscanf_hook_entry(struct iob *string,struct file_action_message *fam);