mirror of
https://github.com/python/cpython.git
synced 2025-08-19 00:00:48 +00:00

- Converted the templates to use ANSI C prototypes (finally!) - Use re in stead of deprecated regex
7 lines
131 B
Text
7 lines
131 B
Text
|
|
static int
|
|
$abbrev$_print($abbrev$object *self, FILE *fp, int flags)
|
|
{
|
|
/* XXXX Add code here to print self to fp */
|
|
return 0;
|
|
}
|