Changed TRUE->true, FALSE->false, "stdint.h"-><stdint.h>,
"stdbool.h"-><stdbool.h> to make code C99 compliant.
This commit is contained in:
@@ -39,7 +39,8 @@
|
||||
#ifndef RINGBUF_H
|
||||
#define RINGBUF_H
|
||||
|
||||
#include "stdint.h"
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
struct ring_buffer_t
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user