Files
IBM-i-RPG-Free-CLP-Code/Copy_Mbrs/SRV_STR_P.RPGLE
T
2024-04-10 16:16:48 -04:00

8 lines
271 B
RPGLE

**FREE
//=== Prototypes for SRV_STR routines ========================
//============================================================
dcl-pr CenterStr varchar(256);
*n varchar(256) const; // InStr
end-pr;
//=== End of Prototypes forSRV_STR Routines ==================