Changeset 64 for cpp/gdk/sstringutils.h


Ignore:
Timestamp:
01/28/11 23:29:40 (2 years ago)
Author:
macko
Message:

a lot of minor fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/gdk/sstringutils.h

    r5 r64  
    1 // This file is a part of Framsticks GDK library. 
    2 // Copyright (C) 2002-2006  Szymon Ulatowski.  See LICENSE.txt for details. 
    3 // Refer to http://www.frams.alife.pl/ for further information. 
     1// This file is a part of the Framsticks GDK library. 
     2// Copyright (C) 2002-2011  Szymon Ulatowski.  See LICENSE.txt for details. 
     3// Refer to http://www.framsticks.com/ for further information. 
    44 
    55#ifndef _SSTRINGUTILS_H_ 
     
    2525void strSetField(SString& txt,const SString& name,const SString& value); 
    2626 
     27SString trim(SString& s); //remove leading/trailing whitespace 
     28 
    2729#endif 
    2830 
Note: See TracChangeset for help on using the changeset viewer.