We have the framework of the curses interface working.
[super-star-trek.git] / os2.c
1 #include <stdlib.h>\r
2 #include <time.h>\r
3 \r
4 void randomize(void) {\r
5         srand((int)time(NULL));\r
6 }\r