]> git.sur5r.net Git - cc65/history - src/common/gentype.c
Renamed GT_GetArraySize to GT_GetElementCount.
[cc65] / src / common / gentype.c
2011-08-23 uzRenamed GT_GetArraySize to GT_GetElementCount.
2011-08-23 uzImplement variable sized element count for arrays.
2011-08-21 uzChange prototype for GT_AsString to make it easier...
2011-08-21 uzAdded GT_AsString().
2011-08-21 uzSome work on the generic type module.
2011-08-20 uzAdd a gentype.c module that contains GT_FromStrBuf.