goinfre/libs/libgetopt/core.h

goinfre/libs/libgetopt/core.h

  _____________________________________________________________________________ 
 /   / Index / Goinfre / Resume / Links / Contact / Sitemap /    .: v0.6.1.0 |^|
|\__/-------+         +--------+-------+---------+---------+-----------------+#|
|  1| /goinfre/libs/libgetopt/core.h                                         |#|
|  2| ==========================================                             |#|
|  3|                                                                        |#|
|  4|                                                   [ raw ] [ download ] |#|
|  5|                                             ` `` ````````````````````` |#|
|  6|                                                                        |#|
|  7| /**                                                                    |#|
|  8|  * libgetopt/libgetopt.h                                               |#|
|  9|  *                                                                     |#|
| 10|  * Copyright (c) Manfred Touron 2008                                   |#|
| 11|  */                                                                    |#|
| 12|                                                                        |#|
| 13| #ifndef LIBGETOPT_CORE_H                                               |#|
| 14| # define LIBGETOPT_CORE_H                                              |#|
| 15|                                                                        |#|
| 16| # include <stddef.h>                                                   |#|
| 17|                                                                        | |
| 18| # include "libgetopt.h"                                                | |
| 19|                                                                        | |
| 20| # define ALLOC(X)            malloc(sizeof(X))                         | |
| 21| # define ALLOC_N(X, N)            malloc(sizeof(X) * N)                | |
| 22|                                                                        | |
| 23| #endif /* !LIBGETOPT_CORE_H */                                         | |
| 24|                                                                        | |
+---+                                                                        | |
\_   \______ mo5.so - normal - 1337.so - rev.so - video_r.so +---------------+ |
  |__       \_____   plain.so - color.so - comment.so       /  moul 2008 (c) |V|
     \-----\______\________________________________________/-----------------+-+