summaryrefslogtreecommitdiff
path: root/src/internal/slibtool_coff_impl.h
blob: b08c8580c934fd4577bba6f09e69af02f945c127 (plain)
1
2
3
4
5
6
#ifndef SLIBTOOL_COFF_IMPL_H
#define SLIBTOOL_COFF_IMPL_H

int slbt_coff_qsort_strcmp(const void * a, const void * b);

#endif