gmio/src/c/libstl/stla_write.c

9 lines
156 B
C
Raw Normal View History

2013-03-06 18:49:53 +08:00
#include "stla_write.h"
#include "../error.h"
int foug_stla_write(foug_stla_geom_output_t* geom, foug_transfer_t* trsf)
{
return FOUG_DATAX_NO_ERROR;
}