ZestCode
Loading...
Searching...
No Matches
api.h
Go to the documentation of this file.
1
18
19
#ifndef _PROS_API_H_
20
#define _PROS_API_H_
21
22
#ifdef __cplusplus
23
#include <cerrno>
24
#include <cmath>
25
#include <cstdbool>
26
#include <cstddef>
27
#include <cstdint>
28
#include <cstdio>
29
#include <cstdlib>
30
#include <iostream>
31
#else
/* (not) __cplusplus */
32
#include <errno.h>
33
#include <math.h>
34
#include <stdbool.h>
35
#include <stddef.h>
36
#include <stdint.h>
37
#include <stdio.h>
38
#include <stdlib.h>
39
#include <unistd.h>
40
#endif
/* __cplusplus */
41
42
#include "
pros/colors.h
"
43
#include "
pros/error.h
"
44
#include "pros/llemu.h"
45
#include "
pros/misc.h
"
46
#include "
pros/rtos.h
"
47
48
#ifdef __cplusplus
49
#include "pros/colors.hpp"
50
#include "pros/llemu.hpp"
51
#include "pros/misc.hpp"
52
#include "pros/rtos.hpp"
53
#include "pros/screen.hpp"
54
#endif
55
56
#endif
// _PROS_API_H_
colors.h
error.h
misc.h
rtos.h
include
api.h
Generated by
1.13.2