Fix header include guards names
Symbols starting with two underscores are reserved, as per the C standard.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef __WAV_H__
|
||||
#define __WAV_H__
|
||||
#ifndef WAV_H
|
||||
#define WAV_H
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user