| version 1.1 | | version 1.2 |
|---|
| | |
| * string manipulation utility code | | * string manipulation utility code |
| * | | * |
| * $Log$ | | * $Log$ |
| * Revision 1.1 1999/06/14 22:13:53 donut | | * Revision 1.2 1999/10/14 04:48:21 donut |
| * Initial revision | | * alpha fixes, and gl_font args |
| | | * |
| | | * Revision 1.1.1.1 1999/06/14 22:13:53 donut |
| | | * Import of d1x 1.37 source. |
| * | | * |
| * Revision 1.3 1995/07/17 10:44:11 allender | | * Revision 1.3 1995/07/17 10:44:11 allender |
| * fixed strrev | | * fixed strrev |
| | |
| | | |
| #include <stdio.h> | | #include <stdio.h> |
| #include <stdlib.h> | | #include <stdlib.h> |
| | | #include <string.h> |
| #include <ctype.h> | | #include <ctype.h> |
| | | |
| #include "u_mem.h" | | #include "u_mem.h" |