libs-gscoredata/CoreData_Prefix.pch
H. Nikolaus Schaller 30c88829fc New Import
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep@25765 72102866-910b-0410-8b05-ffd578937521
2007-12-20 08:39:55 +00:00

12 lines
No EOL
333 B
Text

//
// Prefix header for all source files of the 'CoreData' target in the 'CoreData' project.
//
#ifdef __OBJC__
#import <Cocoa/Cocoa.h>
#endif
typedef struct drand48_data { unsigned short xseed[3]; } drand48_data;
#define lrand48_r(BUFFER, RESULT) (*(RESULT)=lrand48())
#define srand48_r(SEED , BUFFER) (BUFFER), srand48(SEED)