mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-02 03:12:12 +08:00
14 lines
214 B
C
14 lines
214 B
C
#ifndef IOBASE_DEFINED
|
|
#define IOBASE_DEFINED 1
|
|
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <stddef.h>
|
|
#include <time.h>
|
|
#include <setjmp.h>
|
|
#include <stdarg.h>
|
|
#include <string.h>
|
|
|
|
#endif
|