Annotation of researchv9/jerq/src/lib/j/jstring.c, revision 1.1.1.1

1.1       root        1: #include <jerq.h>
                      2: #include <font.h>
                      3: 
                      4: extern Font defont;
                      5: extern Point PtCurrent;
                      6: extern Point string();
                      7: Point jstring(s)
                      8:        register char *s;
                      9: {
                     10:        return PtCurrent=string(&defont,s,&display,PtCurrent,F_XOR);
                     11: }

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.