代码搜索:stdlib

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

代码结果 10,000
www.eeworm.com/read/395929/2430828

h stdlib.h

/* * stdlib.h * General utilities. * ANSI/ISO 9899-1990, Section 7.10. */ #ifndef __STDLIB_H__ #define __STDLIB_H__ #if defined(__cplusplus) extern "C" { #endif /* defined(__cplusplus) */ /* Ty
www.eeworm.com/read/395229/2445358

c stdlib.c

/* Copyright (C) 2002 Manuel Novoa III * From my (incomplete) stdlib library for linux and (soon) elks. * * This library is free software; you can redistribute it and/or * modify it under
www.eeworm.com/read/394755/2453801

c stdlib.c

/**************************************************************************** * * SciTech OS Portability Manager Library * * ========================================================
www.eeworm.com/read/391269/2520808

h stdlib_.h

/* A GNU-like . Copyright (C) 1995, 2001-2002, 2006-2007 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of
www.eeworm.com/read/389759/2538680

h stdlib.h

/* * * This software is released under the provisions of the GPL version 2. * see file "COPYING". If that file is not available, the full statement * of the license can be found at * * http:/
www.eeworm.com/read/385822/2584535

c stdlib.c

/**************************************************************************** * * SciTech OS Portability Manager Library * * ========================================================
www.eeworm.com/read/385462/2590832

h stdlib.h

#ifndef _POSIX_STDLIB_H #define _POSIX_STDLIB_H #include_next #define realpath(p,r) strcpy(r,p) #endif /* _POSIX_STDLIB_H */
www.eeworm.com/read/384581/2598784

h stdlib.h

#ifndef __STDLIB #define __STDLIB #define EXIT_FAILURE 1 #define EXIT_SUCCESS 0 #define MB_CUR_MAX 1 #define NULL 0 #define RAND_MAX 32767 typedef struct { int quot, rem; } div_t; typedef
www.eeworm.com/read/384581/2598802

h stdlib.h

#ifndef __STDLIB #define __STDLIB #define EXIT_FAILURE 1 #define EXIT_SUCCESS 0 #define MB_CUR_MAX 1 #define NULL 0 #define RAND_MAX 32767 typedef struct { int quot, rem; } div_t; typedef
www.eeworm.com/read/384581/2598817

h stdlib.h

#ifndef __STDLIB #define __STDLIB #define EXIT_FAILURE 1 #define EXIT_SUCCESS 0 #define MB_CUR_MAX 1 #define NULL 0 #define RAND_MAX 32767 typedef struct { int quot, rem; } div_t; typedef