]> begriffs open source - acsl-example/blob - inc/types.h
The claude.md hurt performance
[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