Skip to content
CompuServe test bed
CompuServe Archive
CompuServe Forums
CompuServe Messages
CompuServe Thread
CompuServe User
CompuServe Thread
Search
Browse Forums
Thread
Forum unknown
·
Programming
Aztec Confusion
1
messages in this thread
#
14444
From:
William Volk(Aegis Devel
Apr 11, 1986 1:45 PM
test_string is a POINTER to a string …. i.e. char *test_string. Pointers have 4 bytes of length. You need to use strlen(test_string) and add 1 to it (for the terminating NULL).