Sha256: 41ae5bc98d0a2475d120e2c2d978105bf56cafbadbae991fd6780c23ec9f8e26

Contents?: true

Size: 498 Bytes

Versions: 141

Compression:

Stored size: 498 Bytes

Contents

/*
 *  crt_externs.h
 *  rhorubylib
 *
 *  Created by evgeny vovchenko on 10/2/08.
 *  Copyright 2008 RhoMobile. All rights reserved.
 *
 */

#include <sys/cdefs.h>
//RHO
#if 0
__BEGIN_DECLS
extern char ***_NSGetArgv(void);
extern int *_NSGetArgc(void);
extern char ***_NSGetEnviron(void);
extern char **_NSGetProgname(void);
#ifdef __LP64__
extern struct mach_header_64 *
#else /* !__LP64__ */
extern struct mach_header *
#endif /* __LP64__ */
_NSGetMachExecuteHeader(void);
__END_DECLS
#endif //0

Version data entries

141 entries across 135 versions & 2 rubygems

Version Path
rhodes-7.6.0 platform/shared/ruby/iphone/crt_externs.h
rhodes-7.6.0 platform/shared/ruby/osx/crt_externs.h
rhodes-7.5.1 platform/shared/ruby/osx/crt_externs.h
rhodes-7.5.1 platform/shared/ruby/iphone/crt_externs.h
rhodes-7.4.1 platform/shared/ruby/iphone/crt_externs.h
rhodes-7.4.1 platform/shared/ruby/osx/crt_externs.h
rhodes-7.1.17 platform/shared/ruby/osx/crt_externs.h
rhodes-7.1.17 platform/shared/ruby/iphone/crt_externs.h
rhodes-6.2.0 platform/shared/ruby/iphone/crt_externs.h
rhodes-6.2.0 platform/shared/ruby/osx/crt_externs.h
rhodes-6.0.11 platform/shared/ruby/iphone/crt_externs.h
rhodes-6.0.11 platform/shared/ruby/osx/crt_externs.h
rhodes-5.5.18 platform/shared/ruby/iphone/crt_externs.h
rhodes-5.5.17 platform/shared/ruby/iphone/crt_externs.h
rhodes-5.5.15 platform/shared/ruby/iphone/crt_externs.h
rhodes-5.5.0.22 platform/shared/ruby/iphone/crt_externs.h
rhodes-5.5.2 platform/shared/ruby/iphone/crt_externs.h
rhodes-5.5.0.7 platform/shared/ruby/iphone/crt_externs.h
rhodes-5.5.0.3 platform/shared/ruby/iphone/crt_externs.h
rhodes-5.5.0 platform/shared/ruby/iphone/crt_externs.h