/usr/include/sage/utility.h is in libsage-dev 0.2.0-4.1ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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
|