djbdnscurve6 45
djbdnscurve6
|
#include "buffer.h"
#include "exit.h"
Go to the source code of this file.
Functions | |
int | puts (const char *s) |
int | main (int argc, char **argv) |
Variables | |
char | bspace [256] |
buffer | b = BUFFER_INIT(buffer_unixwrite,1,bspace,sizeof(bspace)) |
int main | ( | int | argc, |
char ** | argv | ||
) |
int puts | ( | const char * | s | ) |
Definition at line 5 of file auto-str.c.
char bspace[256] |
Definition at line 4 of file auto-str.c.