source: src/examples/strings/src/main.c @ 8243cf9

string
Last change on this file since 8243cf9 was 020a349, checked in by Thierry Delisle <tdelisle@…>, 8 years ago

added some code for the shared heap used by strings (still incomplete)

  • Property mode set to 100644
File size: 197 bytes
Line 
1#ifdef __cforall
2#include "tools.h"
3#else
4#include <assert.h>
5#endif
6
7#include <stdlib>
8
9#include "internal/VbyteSM.h"
10
11int main(int argc, char* argv[])
12{
13        assertf(2 == 1, "expected 2 got 1\n");
14}
Note: See TracBrowser for help on using the repository browser.