P99
p99.h
Go to the documentation of this file.
1 /* This may look like nonsense, but it really is -*- mode: C; coding: utf-8 -*- */
2 /* */
3 /* Except for parts copied from previous work and as explicitly stated below, */
4 /* the authors and copyright holders for this work are as follows: */
5 /* (C) copyright 2010-2013 Jens Gustedt, INRIA, France */
6 /* (C) copyright 2013 Pierre-Nicolas Clauss */
7 /* (C) copyright 2012 William Morris */
8 /* */
9 /* This file is free software; it is part of the P99 project. */
10 /* */
11 /* Licensed under the Apache License, Version 2.0 (the "License"); */
12 /* you may not use this file except in compliance with the License. */
13 /* You may obtain a copy of the License at */
14 /* */
15 /* http://www.apache.org/licenses/LICENSE-2.0 */
16 /* */
17 /* Unless required by applicable law or agreed to in writing, software */
18 /* distributed under the License is distributed on an "AS IS" BASIS, */
19 /* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */
20 /* See the License for the specific language governing permissions and */
21 /* limitations under the License. */
22 /* */
23 #ifndef P99_H_
24 # define P99_H_
25 
1446 #include "p99_choice.h"
1447 P99_WARN_REDUNDANT_DECLS_PUSH
1448 #include "p99_defarg.h"
1449 #include "p99_enum.h"
1450 #include "p99_new.h"
1451 #include "p99_double.h"
1452 #include "p99_swap.h"
1453 #include "p99_generic.h"
1454 #include "p99_hook.h"
1455 #include "p99_arith.h"
1456 P99_WARN_REDUNDANT_DECLS_POP
1457 
1458 #endif /* !P99_H_ */
p99_defarg.h
Macros for default arguments to functions.
p99_double.h
Build decimal or hexadecimal double constants with macros.
p99_new.h
Macros for initialization and allocation.
p99_arith.h
Branchless arithmetic and bit twiddling snippets.
p99_enum.h
p99_hook.h
Compiler specific hook functions to execute at load/unload time.
p99_generic.h
p99_swap.h
p99_choice.h
Choice macros that implement ‘static inline’ table lookup.