[Top] [Prev] [Next] [Bottom]
[Contents]
SaJavaPrint
Prints a line of Java Script and a character newline to standard out.
#include "sajavasc.h"
int SaJavaPrint(char* msg);
Argument
- msg
- A string specifying the line of Java Script to print.
Return Values
Returns an integer with a value of 0.
Prints a line of Java Script and a newline character to standard out. You must properly escape the " and \ characters when calling this function with a string literal (use \ to escape these).
The code fragment:
SaJavaPrint("if (ch1 == ch2) {");
will write:
if (ch1 == ch2) {\n
to the output stream.
SaJavaB, SaJavaCommE, SaJavaE, SaJavaCommB, SaJavaRetTrue
SaJavaRetFalse, SaJavaMsgBox, SaJavaIsLower, SaJavaIsUpper
SaJavaNotDigit, SaJavaLenZero, SaJavaLenNe, SaJavaStdFor
[Top] [Prev] [Next] [Bottom]
[Contents]
info@bluestone.com
Copyright © 1997, Bluestone. All rights
reserved.