1:     /* LINTLIBRARY */
   2: 
   3: Ignore(a)
   4: int a;
   5: {
   6:     a=a;
   7: }
   8: 
   9: Ignors(s)
  10: char *s;
  11: {
  12:     s=s;
  13: }
  14: 
  15: Forget(s)
  16: char *s;
  17: {
  18:     Ignors(s);
  19: }
  20: #include <stdio.h>
  21: 
  22: /* VARARGS */
  23: FILE *popenp(a,b,c)
  24: char *a, *b, *c;
  25: {
  26:     a=a;b=b;if (c==NULL) printf("have a nice day!\n");
  27:     return(stdin);
  28: }

Defined functions

Forget defined in line 15; used 1 times
Ignore defined in line 3; used 1 times
Ignors defined in line 9; used 2 times
popenp defined in line 23; never used
Last modified: 1983-07-23
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 551
Valid CSS Valid XHTML 1.0 Strict