File:  [Atari MiNT] / MiNT / src / cookie.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 17:55:36 2018 UTC (8 years, 1 month ago) by root
Branches: mint, MAIN
CVS tags: mint112, mint110, mint108, mint104, mint096, mint095, HEAD
MiNT 0.95 pl13

/* header file for dealing with the cookie jar */



#ifndef _COOKIE_H

#define _COOKIE_H



union clong {

	char	aschar[4];

	long	aslong;

};



struct cookie {

	union clong tag;

	long value;

};



typedef struct cookie COOKIE;



#define CJAR	((COOKIE **) 0x5a0L)



#endif /* _COOKIE_H */


unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.