lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
Last change
on this file since 058c240 was 058c240, checked in by Dzejrou <dzejrou@…>, 7 years ago |
|
cpp: added c++ to the build system, created libcpp, added and implemented the header file cstdio to libcpp
|
-
Property mode
set to
100644
|
|
File size:
127 bytes
|
| Line | |
|---|
| 1 | #ifndef LIBCPP_CSTDIO
|
|---|
| 2 | #define LIBCPP_CSTDIO
|
|---|
| 3 |
|
|---|
| 4 | #define _Bool bool
|
|---|
| 5 |
|
|---|
| 6 | namespace std
|
|---|
| 7 | {
|
|---|
| 8 |
|
|---|
| 9 | extern "C" {
|
|---|
| 10 | #include <stdio.h>
|
|---|
| 11 | }
|
|---|
| 12 |
|
|---|
| 13 | }
|
|---|
| 14 |
|
|---|
| 15 | #endif
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.