home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BCI NET 2
/
BCI NET 2.iso
/
archives
/
programming
/
c
/
amivogl-1.03.lzh
/
vogl
/
src
/
sunfort
/
fattr.c.Z
/
fattr.c
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1991-06-03
|
325 b
|
38 lines
#include "vogl.h"
/*
* pushattributes_
*/
void
pushattributes_()
{
pushattributes();
}
/*
* pushat_ (same as pushattributes_)
*/
void
pushat_()
{
pushattributes();
}
/*
* popattributes_
*/
void
popattributes_()
{
popattributes();
}
/*
* popatt_ (same as popattributes_)
*/
void
popatt_()
{
popattributes();
}