~ubuntu-branches/ubuntu/trusty/gnustep-base/trusty

« back to all changes in this revision

Viewing changes to Testing/nscharacterset.m

Tags: upstream-1.11.2
ImportĀ upstreamĀ versionĀ 1.11.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Test/example program for the base library
 
2
 
 
3
   Copyright (C) 2005 Free Software Foundation, Inc.
 
4
   
 
5
  Copying and distribution of this file, with or without modification,
 
6
  are permitted in any medium without royalty provided the copyright
 
7
  notice and this notice are preserved.
 
8
 
 
9
   This file is part of the GNUstep Base Library.
 
10
*/
1
11
#include <Foundation/NSCharacterSet.h>
2
12
#include <Foundation/NSAutoreleasePool.h>
3
13