ConOpSys V2970  P004.07
ANVILEX control operating system
Macros | Typedefs
cc.h File Reference
#include "cpu.h"
#include <stdlib.h>
#include <stdio.h>
Include dependency graph for cc.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define LWIP_PROVIDE_ERRNO
 
#define LWIP_PLATFORM_ASSERT(x)
 
#define LWIP_RAND()   ((u32_t)rand())
 

Typedefs

typedef int sys_prot_t
 

Macro Definition Documentation

◆ LWIP_PLATFORM_ASSERT

#define LWIP_PLATFORM_ASSERT (   x)
Value:
do {printf("Assertion \"%s\" failed at line %d in %s\n", \
x, __LINE__, __FILE__); } while(0)

◆ LWIP_PROVIDE_ERRNO

#define LWIP_PROVIDE_ERRNO

◆ LWIP_RAND

#define LWIP_RAND ( )    ((u32_t)rand())

Typedef Documentation

◆ sys_prot_t

typedef int sys_prot_t