![]() |
H.5 Calling Procedures Written in Other Languages |
"strlen"()
. This ensures the routine's
upper and lower case formatting is preserved.
When a routine is called, it may also return a value. The variable
_integer will hold this value if the routine returns an integer.
If the routine returns a pointer to a null-terminated character string
(char*
), you can call the routine with the prefix
char*
. After the routine completes, _string will
contain a copy of the returned string.
For example:
This demonstrates how _string automatically holds the returned string
when the routine is called with the char*
prefix.
msvcrt.dll
library and
calls the strlen
and _getcwd
functions/routines.
Hide Description
|
|
Enter or modify the code below, and then click on RUN |
Looking for the full power of Sheerpower?
Check out the Sheerpower website. Free to download. Free to use. |