home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / cpm / cug / softt-3.lbr / CONCAT.DOC < prev    next >
Text File  |  1984-07-05  |  640b  |  39 lines

  1. .bp 1
  2. .in 0
  3. .he 'CONCAT (2)'7/23/80'CONCAT (2)'
  4. .fo ''-#-''
  5. .fi
  6. .in 7
  7. .ti -7
  8. NAME
  9. .br
  10. concat - concatenate 2 strings together
  11. .sp 1
  12. .ti -7
  13. SYNOPSIS
  14. .br
  15. .nf
  16. call concat(buf1, buf2, outstr)
  17.  
  18. character buf1(ARB), buf2(ARB), outstr(ARB)
  19. .fi
  20. .sp 1
  21. .ti -7
  22. DESCRIPTION
  23. .br
  24. Copies the arrays buf1 and buf2 into the array outstr.
  25.  
  26. All arrays are ascii character arrays stored one character per
  27. array element.
  28.  
  29. .sp 1
  30. .ti -7
  31. SEE ALSO
  32. .br
  33. scopy, stcopy, addset, addstr
  34. .sp 1
  35. .ti -7
  36. DIAGNOSTICS
  37. .br
  38. None
  39.