|
|
|
|
|
by loeg
2759 days ago
|
|
If only the filesystem would assign some sort of unique, 32- to 64-bit identifier to files that a compiler could use to distinguish one header from another. We could call them inode numbers. Hmm. No, I'm sure no one has ever thought of the problem of identifying unique files before.[0][1] I guess instead we must embed GUIDs in every file to keep track of uniqueness. [0]: https://stackoverflow.com/a/13172784/218830 [1]: https://stackoverflow.com/a/1866547/218830 |
|