20 lines
316 B
Plaintext
20 lines
316 B
Plaintext
/*
|
|
* $Id$
|
|
*/
|
|
|
|
#ifndef _DIRECTRY_CH
|
|
#define _DIRECTRY_CH
|
|
|
|
/* Positions for DIRECTORY() array */
|
|
#define F_NAME 1
|
|
#define F_SIZE 2
|
|
#define F_DATE 3
|
|
#define F_TIME 4
|
|
#define F_ATTR 5
|
|
|
|
/* Length of DIRECTORY() array */
|
|
#define F_LEN 5
|
|
|
|
#endif /* _DIRECTRY_CH */
|
|
|