File: t.rfctime.c

package info (click to toggle)
leafnode 1.12.0-5
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,496 kB
  • sloc: ansic: 10,961; sh: 1,709; xml: 627; makefile: 259; perl: 84; sed: 4
file content (9 lines) | stat: -rw-r--r-- 120 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
#include "leafnode.h"

int debug = 0;
int verbose = 0;

int main(void) {
    printf("%s\n", rfctime());
    return 0;
}