代码搜索:stdlib

找到约 10,000 项符合「stdlib」的源代码

代码结果 10,000
www.eeworm.com/read/129924/5966158

h __stdlib.h

/* * Copyright (C) 1984-1995 The Santa Cruz Operation, Inc. * All Rights Reserved. * * The information in this file is provided for the exclusive use of * the licensees of The Santa Cruz Opera
www.eeworm.com/read/129924/5966169

h __stdlib.h

#include #if !defined(_SIZE_T) && !defined(_SIZE_T_) #define _SIZE_T #if (_MIPS_SZLONG == 32) typedef unsigned int size_t; #endif #if (_MIPS_SZLONG == 64) typedef unsigned long size_
www.eeworm.com/read/129924/5966189

h __stdlib.h

/* * Copyright (C) 1984-1995 The Santa Cruz Operation, Inc. * All Rights Reserved. * * The information in this file is provided for the exclusive use of * the licensees of The Santa Cruz Opera
www.eeworm.com/read/129924/5966204

h __stdlib.h

/* $Id$ */ #ifndef __sys_stdtypes_h #ifndef _SYS___STDLIB_H_ #define _SYS___STDLIB_H_ #ifndef _SIZE_T #define _SIZE_T typedef unsigned int size_t; #endif #ifndef _WCHAR_T #define _WCHAR_T type
www.eeworm.com/read/129924/5966218

h __stdlib.h

#ifndef _SYS___STDLIB_H_ #define _SYS___STDLIB_H_ #include #ifndef _SIZE_T #define _SIZE_T typedef unsigned int size_t; #endif #ifndef _UID_T #define _UID_T typedef long
www.eeworm.com/read/129924/5966233

h __stdlib.h

/* $Id$ */ #ifndef __sys_stdtypes_h #ifndef _SYS___STDLIB_H_ #define _SYS___STDLIB_H_ #ifndef _SIZE_T #define _SIZE_T typedef unsigned int size_t; #endif #ifndef _WCHAR_T #define _WCHAR_T type
www.eeworm.com/read/129924/5966246

h __stdlib.h

/*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted p
www.eeworm.com/read/129924/5966260

h __stdlib.h

/*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted p
www.eeworm.com/read/129924/5966276

h __stdlib.h

#ifndef _SYS___STDLIB_H_ #define _SYS___STDLIB_H_ #include /* Get size_t, wchar_t and NULL from . */ #define __need_size_t #define __need_wchar_t #define __need_NULL #includ
www.eeworm.com/read/129924/5966293

h __stdlib.h

/* $Id$ */ #ifndef __sys_stdtypes_h #ifndef _SYS___STDLIB_H_ #define _SYS___STDLIB_H_ #include /* to get size_t */ #if (! defined _SIZE_T_ ) && (! defined(_GCC_SIZE_T)) #define