mirror of
https://github.com/python/cpython.git
synced 2024-12-01 03:01:36 +01:00
9aaee933da
- Converted the templates to use ANSI C prototypes (finally!) - Use re in stead of deprecated regex
8 lines
131 B
Plaintext
8 lines
131 B
Plaintext
|
|
static int
|
|
$abbrev$_print($abbrev$object *self, FILE *fp, int flags)
|
|
{
|
|
/* XXXX Add code here to print self to fp */
|
|
return 0;
|
|
}
|