File: old.c

package info (click to toggle)
bison%2B%2B 1.21.11-3.1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,628 kB
  • ctags: 882
  • sloc: cpp: 8,198; sh: 613; ansic: 464; makefile: 112; yacc: 44; lex: 30
file content (6 lines) | stat: -rw-r--r-- 281 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
/* JF changed to accept/deal with variable args.
   DO NOT change this to use varargs.  It will appear to work
   but will break on systems that don't have the necessary library
   functions.  This is the ONLY safe way to write such a function.  */
/*VARARGS1*/
#include <stdio.h>