source: mainline/uspace/app/pcc/cc/cpp/tests/res3@ 087c27f6

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 087c27f6 was 711e7fe5, checked in by Prutkov Alex <prutkov.alex@…>, 14 years ago

Added printf module

  • Property mode set to 100755
File size: 181 bytes
Line 
1
2# 1 "<stdin>"
3
4
5
6
7
8
9
10
11printf("x" "1" "= %d, x" "2" "= %s", x1, x2);
12fputs(
13"strncmp(\"abc\\0d\", \"abc\", '\\4') == 0" ": @\n", s);
14\#include "vers2.h"
15"hello";
16"hello" ", world"
Note: See TracBrowser for help on using the repository browser.