1
0
mirror of git://projects.qi-hardware.com/cae-tools.git synced 2025-01-03 19:50:15 +02:00

slicer/stl.c: mention where the format is documented

This commit is contained in:
Werner Almesberger 2015-01-08 08:11:12 -03:00
parent 6a12d4724b
commit c984021251

View File

@ -10,6 +10,11 @@
* (at your option) any later version. * (at your option) any later version.
*/ */
/*
* Format description:
* http://en.wikipedia.org/wiki/STL_%28file_format%29
*/
#include <stdint.h> #include <stdint.h>
#include <stdlib.h> #include <stdlib.h>