You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
397 B
C
25 lines
397 B
C
/*
|
|
* libiec61850_platform_includes.h
|
|
*/
|
|
|
|
#ifndef LIBIEC61850_PLATFORM_INCLUDES_H_
|
|
#define LIBIEC61850_PLATFORM_INCLUDES_H_
|
|
|
|
#include "libiec61850_common_api.h"
|
|
|
|
#include "string_utilities.h"
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
|
|
#include "platform_endian.h"
|
|
|
|
#if (DEBUG != 1)
|
|
#define NDEBUG 1
|
|
#endif
|
|
|
|
#include <assert.h>
|
|
|
|
#include "lib_memory.h"
|
|
|
|
#endif /* LIBIEC61850_PLATFORM_INCLUDES_H_ */
|