endlesssoftware / netlib

NETLIB -- A library for TCP/IP networking on OpenVMS
Other
6 stars 4 forks source link

Added support for pre-allocated dynamic strings when calling NETLIB_READ... #5

Closed tesneddon closed 11 years ago

tesneddon commented 11 years ago

This should make things a bit easier when calling from languages like BASIC where the dynamic string is the norm.

This commit closes #3.

This also includes a tiny change that allows building with the new UCX_INETDEF.H header file. The underscore was previously a dollar sign. However, we all know how well UNIX and friends copes with the dollar sign...sigh!