aboutsummaryrefslogtreecommitdiff
path: root/file_io/win32/file_io.def
blob: 58e099fc21fa27c74d6c0c9f626ba0038b5d5be9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
; file_io.def : 

LIBRARY file_io
DESCRIPTION ''

EXPORTS
	; Add new API calls to the end of this list.
	ap_opendir   @1
	ap_closedir   @2
	ap_readdir   @3
	ap_rewinddir   @4
	ap_make_dir   @5
	ap_remove_dir   @6
	ap_dir_entry_size   @7
	ap_dir_entry_mtime   @8
	ap_dir_entry_ftype   @9
	ap_get_dir_filename   @10
	ap_get_filename   @11
	ap_get_filesize   @12
	ap_get_fileatime   @13
	ap_get_filectime   @14
	ap_get_filemtime   @15
	ap_dupfile   @16
	ap_getfileinfo   @17
	ap_open   @18
	ap_close   @19
	ap_remove_file   @20
	ap_create_pipe   @21
	ap_read   @22
	ap_write   @23
	ap_seek   @24
    ap_get_filedata   @25
    ap_set_filedata   @26
    ap_get_os_file   @27
    ap_get_os_dir   @28
    ap_putc   @29
    ap_getc   @30
    ap_fprintf   @31
    ap_eof   @32