File: tt_sprintf.h

package info (click to toggle)
libarr 0.1-49
  • links: PTS
  • area: main
  • in suites: woody
  • size: 376 kB
  • ctags: 400
  • sloc: ansic: 2,106; makefile: 140; sh: 13
file content (13 lines) | stat: -rw-r--r-- 318 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * $Id: tt_sprintf.h,v 1.2 2000/08/23 16:20:13 cbond Exp $
 */

#if !defined(__include_tt_sprintf_h__)
#define __include_tt_sprintf_h__

/* tt_sprintf.c formats terminfo/termcap strings into something that can be
 * sent to the terminal.
 */
extern char *tt_sprintf(char *_buf, char *_fmt, int _x, int _y);

#endif