- /**********************************************************************
- * InterSoft International, Inc *
- * Copyright (C) *
- ***********************************************************************
- * System: IBM PC *
- * Program: NETSEND.C *
- * Author: K.R. Robinette *
- * Date: January, *
- * Function: Remote Printing Support *
- * Supports HP Printer Escapes and long lines. *
- **********************************************************************/
- #include "stdio.h"
- #include "string.h"
- char on[5] = {"\033[5i"};
- char off[5] = {"\033[4i"};
- main(argc,argv)
- int argc;
- char **argv;
- {
- int len,flag;
- FILE *fd;
- char line[1024];
- if(argc == 2)
- {
- {
- }
- {
- }
- while(1)
- {
- break;
- }
- }
- else
- {
- }
- }
Raw Paste