Ignore:
Timestamp:
Aug 13, 2005, 10:53:11 PM (20 years ago)
Author:
root
Message:

Comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/internal/mkstr.c

    r2 r243  
     1
     2/***********************************************************************
     3
     4  $Id$
     5
     6  Misc support functions
     7
     8  Copyright (c) 1993-98 M. Kimes
     9  Copyright (c) 2005 Steven H. Levine
     10
     11  24 Jul 05 SHL Comments
     12
     13***********************************************************************/
     14
     15
    116#define INCL_DOS
    217#define INCL_WIN
    3 
    418#include <os2.h>
     19
    520#include <stdlib.h>
    621#include <stdio.h>
    722#include <string.h>
    823#include <ctype.h>
     24
    925#include "..\version.h"
    1026#include "..\fm3str.h"
Note: See TracChangeset for help on using the changeset viewer.