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:
@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user