28 lines
898 B
Bash
28 lines
898 B
Bash
#!/bin/sh
|
|
# @(#)sastub 1.1 94/10/31 SMI
|
|
|
|
cat << blart
|
|
/* generated by `basename $0` script, do not edit */
|
|
#include "langnames.h"
|
|
|
|
CNAME($1)
|
|
FORTNAME($1)
|
|
PASCNAME($1)
|
|
blart
|
|
|
|
exit
|
|
|
|
/*
|
|
* Copyright (c) 1986, 1987, 1988, 1989 by Sun Microsystems, Inc.
|
|
* Permission to use, copy, modify, and distribute this software for any
|
|
* purpose and without fee is hereby granted, provided that the above
|
|
* copyright notice appears in all copies and that both that copyright
|
|
* notice and this permission notice are retained, and that the name
|
|
* of Sun Microsystems, Inc., not be used in advertising or publicity
|
|
* pertaining to this software without specific, written prior permission.
|
|
* Sun Microsystems, Inc., makes no representations about the suitability
|
|
* of this software or the interface defined in this software for any
|
|
* purpose. It is provided "as is" without express or implied warranty.
|
|
*/
|
|
|