Add SRV_STR Stuff

This commit is contained in:
SJLennon
2020-10-03 15:18:23 -04:00
parent 8daf3e8953
commit 74f2e263d1
6 changed files with 146 additions and 1 deletions
+4
View File
@@ -10,4 +10,8 @@ These are source files that will be copied into programs using /COPY or /INCLUDE
Prototype definitions for procedures in the SRV_MSG service program.
* SRV_STR_P
Prototype definitions for procedures in the SRV_STR service program.
+8
View File
@@ -0,0 +1,8 @@
//=== Prototypes for SRV_STR routines ========================
//============================================================
d CenterStr pr 256a varying
d InStr 256a varying const
d
//=== End of Prototypes forSRV_STR Routines ==================