Changeset a381b46 for doc/generic_types/evaluation/cfa-print.h
- Timestamp:
- Apr 15, 2017, 7:09:59 PM (7 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, 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/cfa-print.h
r308880c ra381b46 1 1 #pragma once 2 3 2 #include <stdio.h> 4 3 #include "pair" … … 8 7 9 8 void print(FILE* out, const char* x); 10 11 9 void print(FILE* out, _Bool x); 12 13 10 void print(FILE* out, char x); 14 15 11 void print(FILE* out, int x); 16 12
Note: See TracChangeset
for help on using the changeset viewer.