* @param ap
* The variable arguments list.
* @param status
- * The status is stored here rather then via the return.
- * Set to NULL to not use.
- *
- * @return
- * This returns a string at either the start position (if nothing done or an error occurred) or at the character last processed.
- * The caller is expected to increment past this if they wish to continue processing the string.
- *
- * The status parameter will be set as follows:
+ * (optional) Set to NULL to not use.
*
+ * The status parameter will be set as follows on return:
* F_okay on success.
* F_data_not on success but there is nothing to print.
* F_stream_not if file.stream is NULL.
* Errors (with error bit) from: f_print_safely().
* Errors (with error bit) from: f_print_terminated().
*
+ * @return
+ * This returns a string at either the start position (if nothing done or an error occurred) or at the character last processed.
+ * The caller is expected to increment past this if they wish to continue processing the string.
+ *
* @see fputc_unlocked()
*
* @see f_conversion_number_signed_print()