IBM / xmlservice

XML-based interface for accessing IBM i resources
https://xmlservice.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
35 stars 18 forks source link

add new type c = char null terminated string #65

Closed brandonp42 closed 7 months ago

brandonp42 commented 1 year ago

Adding a new type c for null terminated strings (ie c style char *). The only difference right now vs type "a" is that it pads with nulls instead of spaces (hex 40).

@alanseiden @NattyNarwhal