source: translator/examples/fwrite.c @ 3848e0e

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsctordeferred_resndemanglerenumforall-pointer-decaygc_noraiijacob/cs343-translationjenkins-sandboxmemorynew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newstringwith_gc
Last change on this file since 3848e0e was 42dcae7, checked in by Peter A. Buhr <pabuhr@…>, 9 years ago

re-inserted remove and reorder hoisted aggregate, fixed example programs

  • Property mode set to 100644
File size: 92 bytes
Line 
1extern "C" {
2    #include <stdio.h>
3}
4
5int main() {
6    fwrite( "test\n", 5, 1, stdout );
7}
Note: See TracBrowser for help on using the repository browser.