C++ TargetRTS
Loading...
Searching...
No Matches
RTstdio.h
1/*
2 * Licensed Materials - Property of HCL and/or IBM
3 * Copyright HCL Technologies Ltd. 2016, 2021. All Rights Reserved.
4 * Copyright IBM Corporation 1999, 2016. All Rights Reserved.
5 *
6 * U.S. Government Users Restricted Rights - Use, duplication or
7 * disclosure restricted by GSA ADP Schedule.
8 */
9
10#ifndef __RTstdio_h__
11#define __RTstdio_h__ included
12
13#include <stdio.h>
14#include <stdlib.h>
15#include <string.h>
16
17#endif // __RTstdio_h__