tseemann / snp-dists

Pairwise SNP distance matrix from a FASTA sequence alignment
GNU General Public License v3.0
126 stars 28 forks source link

use size_t to represent string lengths #25

Closed kloetzl closed 5 years ago

tseemann commented 6 years ago

Does %zd etc work on clang ?

kloetzl commented 6 years ago

It does, as far as I can tell. (Technically that should be a an issue of the standard library. Glibc has supported %zd since 1999, so I guess it should be safe also on macOS.)