URI:
       tpprompt.c - plan9port - [fork] Plan 9 from user space
  HTML git clone git://src.adamsgaard.dk/plan9port
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
       tpprompt.c (64B)
       ---
            1 #include "mplot.h"
            2 void
            3 pprompt(void){
            4         fprintf(stderr, ":");
            5 }