Write formatted output using a pointer to a list of arguments */
| 288 | |
| 289 | /* Write formatted output using a pointer to a list of arguments */ |
| 290 | int vfprintf (FILE *stream, const char *format, va_list arg) |
| 291 | { |
| 292 | return 0; |
| 293 | } |
| 294 | |
| 295 | /* Write data to a stream */ |
| 296 | size_t fwrite (const void *buffer, size_t size, size_t count, FILE *stream) |
no outgoing calls
no test coverage detected