Hi. I have a pdf with a code listing.
When I copy it, the indentation is lost.
Copying as either space-indented plain text or tabbed rich text would be helpful.
When I copy it, the indentation is lost.
Code:
void ApplicationOCIInitialization() { (void) OCIInitialize((ub4) OCI_DEFAULT, (dvoid *)0, (dvoid *(*)(dvoid *, size_t))0, (dvoid *(*)(dvoid *, dvoid *, size_t))0, (void (*)(dvoid *, dvoid *))0); (void) OCIEnvInit(&pGEnvh, OCI_DEFAULT, (size_t)0,(dvoid **)0);
Comment