]> begriffs open source - acsl-example/blob - inc/types.h
Incomplete coq proofs from why3
[acsl-example] / inc / types.h
1 #ifndef TYPES_H
2 #define TYPES_H
3
4 typedef int value_type;
5 typedef unsigned int size_type;
6
7 #endif