Sha256: 437be2aabe0d8262dab8d81ff3e95d56f3c03d0505e7512425552f6e5b310c51
Contents?: true
Size: 640 Bytes
Versions: 5
Compression:
Stored size: 640 Bytes
Contents
/* * $Id: sort.h 443 2006-05-30 04:37:13Z darren $ * * Copyright (c) 1998-2002, Darren Hiebert * * This source code is released for free distribution under the terms of the * GNU General Public License. * * External interface to sort.c */ #ifndef _SORT_H #define _SORT_H /* * INCLUDE FILES */ #include "general.h" /* must always come first */ /* * FUNCTION PROTOTYPES */ extern void catFile (const char *const name); #ifdef EXTERNAL_SORT extern void externalSortTags (const boolean toStdout); #else extern void internalSortTags (const boolean toStdout); #endif #endif /* _SORT_H */ /* vi:set tabstop=4 shiftwidth=4: */
Version data entries
5 entries across 5 versions & 1 rubygems