Skip to content
Snippets Groups Projects
Commit 4665f7c7 authored by Anders Lindh Olsson's avatar Anders Lindh Olsson :8ball:
Browse files

Include size_t

parent 98526dc8
No related branches found
No related tags found
No related merge requests found
#ifndef expr_h
#define expr_h
#include <stddef.h>
#ifdef __cplusplus
extern {
#endif
......
#ifndef strdup_h
#define strdup_h
#include <stddef.h>
#ifdef __cplusplus
extern "C" {
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment