| 22 Or you could try urging me to write some sort of a manual. |
22 Or you could try urging me to write some sort of a manual. |
| 23 |
23 |
| 24 --- |
24 --- |
| 25 |
25 |
| 26 Libtu needs the functions asprintf and vasprintf. These do not |
26 Libtu needs the functions asprintf and vasprintf. These do not |
| 27 exist on most platforms. One implementation is available at |
27 exist on most platforms. One implementation by Mark Martinec |
| 28 <http://www.ijs.si/software/snprintf/>, which is used by default |
28 is included in snprintf_2.2/ and is used by default. To use the |
| 29 and is supposed to be found at ../snprintf_2.2. To use the |
29 system's versions of these functions, if available, modify |
| 30 system's versions, if available, modify system.mk. |
30 system.mk. |
| 31 |
31 |