Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members

utils.h

Go to the documentation of this file.
00001 // Copyright (C) 2002 Johan Hoffman and Anders Logg.
00002 // Licensed under the GNU GPL Version 2.
00003 
00004 // Contains small nonspecific utility functions useful for various
00005 // tasks, such as string manipulation, simple type definitions, ...
00006 
00007 #ifndef __UTILS_H
00008 #define __UTILS_H
00009 
00010 #include <stdio.h>
00011 #include <dolfin/constants.h>
00012 
00013 namespace dolfin {
00014   
00015   bool suffix         (const char *string, const char *suffix);
00016   void remove_newline (char *string);
00017   int  length         (const char *string);
00018   
00019   void delay(real seconds);
00020   
00021 }
00022   
00023 #endif


Documentation automatically generated with Doxygen on 10 Sep 2004.