Changed TRUE->true, FALSE->false, "stdint.h"-><stdint.h>,

"stdbool.h"-><stdbool.h> to make code C99 compliant.
This commit is contained in:
akchu
2004-10-03 16:17:22 +00:00
parent 44f6d1461d
commit b27c45d756
3 changed files with 168 additions and 166 deletions
+2 -1
View File
@@ -39,7 +39,8 @@
#ifndef RINGBUF_H
#define RINGBUF_H
#include "stdint.h"
#include <stdint.h>
#include <stdbool.h>
struct ring_buffer_t
{