comparison th_args.h @ 442:54081d784d75

Rename header #ifdef guards.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 12 Oct 2017 17:13:47 +0300
parents 9148bc3fa838
children efd33accdc81
comparison
equal deleted inserted replaced
441:2991e6b52d95 442:54081d784d75
5 * 5 *
6 * Please read file 'COPYING' for information on license and distribution. 6 * Please read file 'COPYING' for information on license and distribution.
7 */ 7 */
8 /// @file 8 /// @file
9 /// @brief Simple commandline argument processing function 9 /// @brief Simple commandline argument processing function
10 #ifndef TH_ARGS 10 #ifndef TH_ARGS_H
11 #define TH_ARGS 11 #define TH_ARGS_H
12 12
13 #include "th_util.h" 13 #include "th_util.h"
14 #include <stdio.h> 14 #include <stdio.h>
15 15
16 #ifdef __cplusplus 16 #ifdef __cplusplus
52 const int nopts, const int flags); 52 const int nopts, const int flags);
53 53
54 #ifdef __cplusplus 54 #ifdef __cplusplus
55 } 55 }
56 #endif 56 #endif
57 #endif // TH_ARGS 57 #endif // TH_ARGS_H