home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fujiology Archive
/
fujiology_archive_v1_0.iso
/
!MAGS
/
ATOS
/
ATOS_ALL.ZIP
/
news
/
cookie-1.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-02-21
|
155 b
|
8 lines
typedef struct cookie_entry {
union {
unsigned long name_long;
char name_array[4];
} name;
unsigned long value;
} CookieEntry;