#include <s3d.h>
int s3d_push_vertex(int object, float x, float y, float z);
int s3d_push_vertex
pushes a vertex onto the vertex stack. make sure that you count how many vertices you've pushed because you'll need that for referencing when you push your polygons.