Nios® V Processor Software Developer Handbook

ID 743810
Date 4/07/2025
Public

Visible to Intel only — GUID: aqp1653281394151

Ixiasoft

Document Table of Contents

16.1.2.2. alt_putstr()

Prototype

alt_putstr(const char* str)

Commonly Called By

C/C++ programs

Device drivers

Thread-safe

See description.

Available from ISR

No.

Include

<sys/alt_driver.h>
<sys/alt_stdio.h>

Description

The alt_putstr() function ses the ALT_DRIVER_WRITE() macro to call directly to the driver, if available; otherwise, it uses the newlib provided fputs() routine.

Return

The return value is zero on success and nonzero otherwise.