Skip to content
Snippets Groups Projects
Commit 588fed2a authored by rswindell's avatar rswindell
Browse files

wday and mon are now defined in date_str.c.

parent dcd315e1
No related branches found
No related tags found
No related merge requests found
......@@ -35,10 +35,6 @@
#include "scfg.h"
const char *wday[]={"Sun","Mon","Tue","Wed","Thu","Fri","Sat"};
const char *mon[]={"Jan","Feb","Mar","Apr","May","Jun"
,"Jul","Aug","Sep","Oct","Nov","Dec"};
char *daystr(char days);
void qhub_edit(int num);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment