mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
New file.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2210 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ab1693ff56
commit
ebfa059256
5 changed files with 2150 additions and 0 deletions
13
Testing/nscharacterset.m
Normal file
13
Testing/nscharacterset.m
Normal file
|
@ -0,0 +1,13 @@
|
|||
#include <Foundation/NSCharacterSet.h>
|
||||
|
||||
int main()
|
||||
{
|
||||
NSCharacterSet *alpha = [NSCharacterSet alphanumericCharacterSet];
|
||||
|
||||
if (alpha)
|
||||
printf("obtained alphanumeric character set\n");
|
||||
else
|
||||
printf("unable to obtain alphanumeric character set\n");
|
||||
|
||||
exit(0);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue