Post by Larry RosenmanPost by StefanDoes SCO UDK C (uccs/ucplus v. 7), installed on OpenServer 5.0.5,
support 'string' functions like strcat, strdup, strcmp, etc.
I tried 'strcpy' and it was rejected.
Man pages, udkman (and man), have no references in regard to mentioned
set of 'string' functions.
Yes it does. What header(s) did you include?
Are you picking up the UDK compiler?
#include <string.h>
it's in the 3C section of the manual.
LER
Larry,
I had to properly configure my path
(number of different, some 'experimental', compilers were there)
and afterwards 'string' functions started to work.
In regard to documentation, there is a problem (I think).
Following your remark about 3C section,
I randomly picked up some of those functions from online manual
(UnixWare 7 Documentation) and found e.g.
udkman documentation for malloc, rand, swap, tsearch,
but not for memcmp, memcpy, tdelete, twalk, neither for any of
fourteen 'string' functions.
It is a little mystery for me now.
By the way, I wanted all documentation,
including UDKdoc, on my OpenServer 5.0.5 locally.
On another forum I was advised that UDKdoc is not available
for this SCO flavor, instead there is online version.
Problem is, particularly in regard to ongoing blockade
Caldera/SCO sites, people have no access to the web resources
all the time.
Is there any 'tricky' way to install UDKdoc locally other than, perhaps,
'adjusting' installation scripts (to avoid legal problems).
In any case thank you for your response.