Ignore:
Timestamp:
Sep 10, 2008, 11:53:43 PM (17 years ago)
Author:
John Small
Message:

Ticket 187: Draft 2: Move remaining function declarations

File:
1 edited

Legend:

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

    r551 r1178  
    2222#include <ctype.h>
    2323
     24#define INCL_LONGLONG
     25#include <os2.h>
     26
     27#include "..\fm3dll.h"
     28#include "..\fm3str.h"
    2429#include "..\version.h"
    25 #include "..\fm3str.h"
     30
     31static int  literal(char *fsource);
    2632
    2733/*
     
    6773#define DEC "0123456789"
    6874
    69 int literal(char *fsource)
     75int  literal(char *fsource)
    7076{
    7177
Note: See TracChangeset for help on using the changeset viewer.