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

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

#endif