#include <string.h>#include <math.h>#include <gtk/gtk.h>#include "vecmath.h"#include "knitter.h"Functions | |
| int | knit (char *stitchName, pattern_t *pat) |
| Creates a new stitch and adds it to the pattern. | |
| int knit | ( | char * | stitchName, | |
| pattern_t * | pat | |||
| ) |
Creates a new stitch and adds it to the pattern.
| stitchName | The name of the stitch to add | |
| pat | The pattern to add the stitch to |
1.5.3