popt/poptint.h

ソースコードを見る。

データ構造

struct  pbm_set
struct  optionStackEntry
struct  poptContext_s

型定義

typedef unsigned int __pbm_bits

関数

static void * _free (const void *p)
 Wrapper to free(3), hides const compilation noise, permit NULL, return NULL.


説明

poptint.h で定義されています。


型定義

typedef unsigned int __pbm_bits

poptint.h27 行で定義されています。


関数

static void* _free ( const void *  p  )  [inline, static]

Wrapper to free(3), hides const compilation noise, permit NULL, return NULL.

引数:
p memory to free
戻り値:
NULL always

poptint.h18 行で定義されています。

参照元 cleanOSE()poptFreeContext()poptGetNextOpt()poptResetContext()poptSetExecPath()poptSetOtherOptionHelp()singleOptionDefaultValue()singleOptionHelp().

00020 {
00021     if (p != NULL)      free((void *)p);
00022     return NULL;
00023 }


Sambaに対してSat Aug 29 21:24:02 2009に生成されました。  doxygen 1.4.7