repo.or.cz
/
ooovba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
merge the formfield patch from ooo-build
[ooovba.git]
/
dmake
/
msdos
/
dosdta.h
blob
c9642715d937908b7ac1e609e2ab44b0a9ce50ce
1
#ifndef _DOSDTA_
2
#define _DOSDTA_
3
4
#include
"stdmacs.h"
5
typedef
struct
{
6
char
fcb
[
21
];
7
char
attr
;
8
short
time
;
9
short
date
;
10
long
size
;
11
char
name
[
13
];
12
}
DTA
;
13
14
extern
DTA
*
findfirst
ANSI
((
char
*,
DTA
*));
15
extern
DTA
*
findnext
ANSI
((
DTA
*));
16
#endif