1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-06-30 19:12:48 -05:00

Various tweaks to header comments to remind me which bits are meant to be

platform-independent, etc.

[originally from svn r4148]
This commit is contained in:
Jacob Nevins
2004-04-27 12:31:57 +00:00
parent b9da1524d9
commit bdfd70375b
8 changed files with 11 additions and 7 deletions

4
misc.c
View File

@ -1,3 +1,7 @@
/*
* Platform-independent routines shared between all PuTTY programs.
*/
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>