| Current Path : /usr/home/beeson/MathXpert/ |
| Current File : /usr/home/beeson/MathXpert/textwidth.h |
// // textwidth.h // MathXpert Calculus Assistant // // Created by Michael Beeson on 12/23/23. // #ifndef textwidth_h #define textwidth_h #include <stdio.h> long svg_text_width(char *x, short pointsize); long bignum_text_width(char *x, short pointsize, int separator); #endif /* textwidth_h */