www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1997/04/21/07:32:47

Message-Id: <199704211119.LAA00701@bryggen.bgnett.no>
From: "Gisle Vanem" <giva AT bgnett DOT no>
To: <abharmal AT hotmail DOT com>, <djgpp AT delorie DOT com>
Subject: Re: Reduce .exe file size
Date: Mon, 21 Apr 1997 13:18:30 +0200
MIME-Version: 1.0

Ali Bharmal <nab26 AT cam DOT ac DOT uk> said:

> // These are here to reduce personal.exe size, they are just dummy funcs
>         static void   __crt0_load_environment_file(char *_app_name);
>         static void   __crt0_setup_arguments(void);
>         static char **__crt0_glob_function(char *_arg);
> 

These function cannot be static since they will not be seen by the linker.
The linker will therefore use the default __crt0_ functions.

Gisle V

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019