[go: up one dir, main page]

File: utility.h

package info (click to toggle)
sage 0.1.2-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,464 kB
  • ctags: 8,618
  • sloc: ansic: 16,588; sh: 8,331; perl: 115; makefile: 109
file content (12 lines) | stat: -rw-r--r-- 302 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
// This file may be redistributed and modified only under the terms of
// the GNU Lesser General Public License (See COPYING for details).
// Copyright (C) 2003-2005 Simon Goodall

#ifndef UTILITY_H
#define UTILITY_H 1

#include "sage/header.h"

SAGEAPI int isExtensionSupported(const char *);

#endif