view TaskManager/Test/test_render/xml.h @ 526:413667c70a1d draft

fix
author tkaito@henri.cr.ie.u-ryukyu.ac.jp
date Thu, 22 Oct 2009 01:31:09 +0900
parents d7c6961dd306
children
line wrap: on
line source

#ifndef CR_XML_H
#define CR_XML_H

char *skip_to_number(char *cont);
char *pickup_float(char *cont, float *index);

#endif