Changeset a381b46 for doc/generic_types/evaluation/c-print.h
- Timestamp:
- Apr 15, 2017, 7:09:59 PM (6 years ago)
- Branches:
- aaron-thesis, arm-eh, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- c57d1935
- Parents:
- 308880c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/generic_types/evaluation/c-print.h
r308880c ra381b46 1 1 #pragma once 2 3 2 #include <stdio.h> 4 3 5 4 void print_string(FILE* out, const char* x); 6 7 5 void print_bool(FILE* out, _Bool x); 8 9 6 void print_char(FILE* out, char x); 10 11 7 void print_int(FILE* out, int x); 12 8
Note: See TracChangeset
for help on using the changeset viewer.