Mention the tests directory.

* README.win32: Mention the tests directory.

	* glib.def: Add the functions from grand.c.

	* glibconfig.h.win32: Add unsigned max values, and the format
 	strings.

	* makefile.msc: Add grand.

	* tests/{date-test,node-test}.c: Include <stdlib.h> for exit().

	* tests/makefile.msc: New file.
This commit is contained in:
Tor Lillqvist
1999-04-13 21:05:08 +00:00
parent 3aa65d30eb
commit fb55f0056e
16 changed files with 217 additions and 3 deletions

View File

@@ -32,6 +32,7 @@
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>