summary refs log tree commit diff
path: root/typ.h
blob: 9a5d2b5299b71516409e72e63cd3a15b11f83aca (plain)
1
2
3
4
5
6
7
#ifndef TYP_H
#define TYP_H

typedef size_t usize;
typedef ptrdiff_t isize;

#endif