Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
1 check-in using file src/main.c version 4295a0484c
|
2013-08-31
| ||
| 17:19 | On unix, make sure file descriptor 2 is open and file descriptor 3 is not open at the beginning of main(). The first check helps ensure that a assert() will not accidently overwrite a file. The second check verifies that the is_valid_fd() function used by the first check really works. check-in: 4ef3708d8d user: drh tags: trunk | |