[go: up one dir, main page]

File: utility.h

package info (click to toggle)
sage 0.2.0-4.1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 2,392 kB
  • ctags: 8,086
  • sloc: ansic: 13,739; sh: 8,866; perl: 150; makefile: 109
file content (12 lines) | stat: -rw-r--r-- 331 bytes parent folder | download | duplicates (3)
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 - 2006 Simon Goodall

#ifndef UTILITY_H
#define UTILITY_H 1

#include "sage/header.h"

SAGEAPI int isExtensionSupported(const char *, const GLubyte *extensions);

#endif