/*
* @module
* types.h
* @description
* header file for types used
* @author
* rdoss.com
*/
#ifndef TYPES_H
#define TYPES_H
typedef
struct
{
int
S,
/*
starting of string
*/
T;
/*
size of string
*/
}attribute_t;
#endif
/*
TYPES_H
*/