comparison include/edl.h @ 13:41b74137e201

include: make header guards sane double underscores are reserved to the implementation by the C standard
author Paper <paper@paper.us.eu.org>
date Wed, 03 Apr 2024 20:48:51 -0400
parents 0cc2555db371
children
comparison
equal deleted inserted replaced
12:0cc2555db371 13:41b74137e201
1 #ifndef __edl__edl_h 1 #ifndef EDL_EDL_H_
2 #define __edl__edl_h 2 #define EDL_EDL_H_
3 3
4 #ifdef __cplusplus 4 #ifdef __cplusplus
5 extern "C" { 5 extern "C" {
6 #endif 6 #endif
7 7
66 66
67 #ifdef __cplusplus 67 #ifdef __cplusplus
68 } 68 }
69 #endif 69 #endif
70 70
71 #endif 71 #endif /* EDL_EDL_H_ */