diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1995-01-18 14:04:40 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1995-01-18 14:04:40 (GMT) |
commit | 84fa5ecffffe23b6f39caf6f9cd43cdd1da33695 (patch) | |
tree | 402a1f31496b9ffcddcdeec91569b4064b7b045a /Mac/Compat/nfullpath.h | |
parent | d50e4e1c544aae822fe50d1a4f953f6329dfc827 (diff) | |
download | cpython-84fa5ecffffe23b6f39caf6f9cd43cdd1da33695.zip cpython-84fa5ecffffe23b6f39caf6f9cd43cdd1da33695.tar.gz cpython-84fa5ecffffe23b6f39caf6f9cd43cdd1da33695.tar.bz2 |
Initial version of FSSpec and Alias code. Non-functional as of now.
Diffstat (limited to 'Mac/Compat/nfullpath.h')
-rw-r--r-- | Mac/Compat/nfullpath.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mac/Compat/nfullpath.h b/Mac/Compat/nfullpath.h new file mode 100644 index 0000000..770777d --- /dev/null +++ b/Mac/Compat/nfullpath.h @@ -0,0 +1 @@ +int nfullpath(FSSpec *, char *); /* Generate full path from fsspec */
\ No newline at end of file |