Whitespace cleanup
This commit is contained in:
parent
038bf419ff
commit
16995c5ee1
@ -20,6 +20,7 @@
|
||||
*
|
||||
* Version: $Id: amxargs.c 3649 2006-10-12 13:13:57Z thiadmer $
|
||||
*/
|
||||
|
||||
#if defined _UNICODE || defined __UNICODE__ || defined UNICODE
|
||||
# if !defined UNICODE /* for Windows */
|
||||
# define UNICODE
|
||||
|
@ -20,6 +20,7 @@
|
||||
*
|
||||
* Version: $Id: amxaux.c 3612 2006-07-22 09:59:46Z thiadmer $
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
@ -20,6 +20,7 @@
|
||||
*
|
||||
* Version: $Id: amxaux.h 3612 2006-07-22 09:59:46Z thiadmer $
|
||||
*/
|
||||
|
||||
#ifndef AMXAUX_H_INCLUDED
|
||||
#define AMXAUX_H_INCLUDED
|
||||
|
||||
|
@ -20,6 +20,7 @@
|
||||
*
|
||||
* Version: $Id: amxcore.c 3657 2006-10-24 20:09:50Z thiadmer $
|
||||
*/
|
||||
|
||||
#if defined _UNICODE || defined __UNICODE__ || defined UNICODE
|
||||
# if !defined UNICODE /* for Windows */
|
||||
# define UNICODE
|
||||
|
@ -22,6 +22,7 @@
|
||||
*
|
||||
* Version: $Id: amxdbg.c 3612 2006-07-22 09:59:46Z thiadmer $
|
||||
*/
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -22,6 +22,7 @@
|
||||
*
|
||||
* Version: $Id: amxdgram.c 3664 2006-11-08 12:09:25Z thiadmer $
|
||||
*/
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
#if defined LINUX
|
||||
|
@ -20,6 +20,7 @@
|
||||
*
|
||||
* Version: $Id: amxfile.c 3660 2006-11-05 13:05:09Z thiadmer $
|
||||
*/
|
||||
|
||||
#if defined _UNICODE || defined __UNICODE__ || defined UNICODE
|
||||
# if !defined UNICODE /* for Windows */
|
||||
# define UNICODE
|
||||
|
@ -20,6 +20,7 @@
|
||||
*
|
||||
* Version: $Id: amxgc.c 3660 2006-11-05 13:05:09Z thiadmer $
|
||||
*/
|
||||
|
||||
#include <assert.h>
|
||||
#include <limits.h>
|
||||
#include <stdlib.h> /* for malloc()/free() */
|
||||
|
@ -20,6 +20,7 @@
|
||||
*
|
||||
* Version: $Id: amxprocess.c 3664 2006-11-08 12:09:25Z thiadmer $
|
||||
*/
|
||||
|
||||
#if defined _UNICODE || defined __UNICODE__ || defined UNICODE
|
||||
# if !defined UNICODE /* for Windows */
|
||||
# define UNICODE
|
||||
|
@ -20,6 +20,7 @@
|
||||
*
|
||||
* Version: $Id: amxstring.c 3656 2006-10-24 07:20:26Z thiadmer $
|
||||
*/
|
||||
|
||||
#include <limits.h>
|
||||
#include <string.h>
|
||||
#include <assert.h>
|
||||
|
@ -20,6 +20,7 @@
|
||||
*
|
||||
* Version: $Id: amxtime.c 3649 2006-10-12 13:13:57Z thiadmer $
|
||||
*/
|
||||
|
||||
#include <time.h>
|
||||
#include <assert.h>
|
||||
#include "amx.h"
|
||||
|
@ -24,6 +24,7 @@
|
||||
*
|
||||
* Version: $Id: fixed.c 3662 2006-11-07 08:44:33Z thiadmer $
|
||||
*/
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdio.h> /* for NULL */
|
||||
#include "amx.h"
|
||||
|
@ -17,6 +17,7 @@
|
||||
* 2004-01-09: Adaptions for 64-bit cells (using "double precision"), by
|
||||
* Thiadmer Riemersma
|
||||
*/
|
||||
|
||||
#include <stdlib.h> /* for atof() */
|
||||
#include <stdio.h> /* for NULL */
|
||||
#include <assert.h>
|
||||
|
@ -50,6 +50,7 @@
|
||||
* needs only to transfer a file:
|
||||
* pawndbg myprog.amx -rs232=1 -transfer -quit
|
||||
*/
|
||||
|
||||
#include <assert.h>
|
||||
#include <ctype.h>
|
||||
#include <setjmp.h>
|
||||
|
@ -20,6 +20,7 @@
|
||||
*
|
||||
* Version: $Id: pawnrun.c 3615 2006-07-27 07:49:08Z thiadmer $
|
||||
*/
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -4,6 +4,7 @@
|
||||
*
|
||||
* This file may be freely used. No warranties of any kind.
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h> /* for exit() */
|
||||
#include <signal.h>
|
||||
|
@ -4,6 +4,7 @@
|
||||
*
|
||||
* This file may be freely used. No warranties of any kind.
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <signal.h>
|
||||
|
@ -4,6 +4,7 @@
|
||||
*
|
||||
* This file may be freely used. No warranties of any kind.
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h> /* for exit() */
|
||||
#include <signal.h>
|
||||
|
@ -4,6 +4,7 @@
|
||||
*
|
||||
* This file may be freely used. No warranties of any kind.
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h> /* for exit() */
|
||||
#include <string.h> /* for memset() (on some compilers) */
|
||||
|
@ -5,6 +5,7 @@
|
||||
*
|
||||
* This file may be freely used. No warranties of any kind.
|
||||
*/
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -19,6 +19,7 @@
|
||||
* misrepresented as being the original software.
|
||||
* 3. This notice may not be removed or altered from any source distribution.
|
||||
*/
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -22,6 +22,7 @@
|
||||
*
|
||||
* Version: $Id: libpawnc.c 3612 2006-07-22 09:59:46Z thiadmer $
|
||||
*/
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -22,6 +22,7 @@
|
||||
*
|
||||
* Version: $Id: pawncc.c 3612 2006-07-22 09:59:46Z thiadmer $
|
||||
*/
|
||||
|
||||
#include "sc.h"
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
|
@ -20,6 +20,7 @@
|
||||
*
|
||||
* Version: $Id$
|
||||
*/
|
||||
|
||||
#include <assert.h>
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
|
@ -27,6 +27,7 @@
|
||||
*
|
||||
* Version: $Id: sc.h 3660 2006-11-05 13:05:09Z thiadmer $
|
||||
*/
|
||||
|
||||
#ifndef SC_H_INCLUDED
|
||||
#define SC_H_INCLUDED
|
||||
#include <limits.h>
|
||||
|
@ -22,6 +22,7 @@
|
||||
*
|
||||
* Version: $Id: sc1.c 3664 2006-11-08 12:09:25Z thiadmer $
|
||||
*/
|
||||
|
||||
#include <assert.h>
|
||||
#include <ctype.h>
|
||||
#include <limits.h>
|
||||
|
@ -20,6 +20,7 @@
|
||||
*
|
||||
* Version: $Id: sc2.c 3655 2006-10-23 20:17:52Z thiadmer $
|
||||
*/
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -20,6 +20,7 @@
|
||||
*
|
||||
* Version: $Id: sc3.c 3660 2006-11-05 13:05:09Z thiadmer $
|
||||
*/
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h> /* for _MAX_PATH */
|
||||
|
@ -20,6 +20,7 @@
|
||||
*
|
||||
* Version: $Id: sc4.c 3633 2006-08-11 16:20:18Z thiadmer $
|
||||
*/
|
||||
|
||||
#include <assert.h>
|
||||
#include <ctype.h>
|
||||
#include <stdio.h>
|
||||
|
@ -21,6 +21,7 @@
|
||||
*
|
||||
* Version: $Id: sc5.c 3579 2006-06-06 13:35:29Z thiadmer $
|
||||
*/
|
||||
|
||||
#include <assert.h>
|
||||
#if defined __WIN32__ || defined _WIN32 || defined __MSDOS__
|
||||
#include <io.h>
|
||||
|
@ -20,6 +20,7 @@
|
||||
*
|
||||
* Version: $Id: sc6.c 3648 2006-10-12 11:24:50Z thiadmer $
|
||||
*/
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h> /* for macro max() */
|
||||
|
@ -47,6 +47,7 @@
|
||||
*
|
||||
* Version: $Id: sc7.c 3579 2006-06-06 13:35:29Z thiadmer $
|
||||
*/
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h> /* for atoi() */
|
||||
|
@ -32,6 +32,7 @@
|
||||
*
|
||||
* Version: $Id: sci18n.c 3612 2006-07-22 09:59:46Z thiadmer $
|
||||
*/
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
#include <stddef.h>
|
||||
|
@ -26,6 +26,7 @@
|
||||
*
|
||||
* Version: $Id: sclist.c 3660 2006-11-05 13:05:09Z thiadmer $
|
||||
*/
|
||||
|
||||
#include <assert.h>
|
||||
#include <limits.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -45,6 +45,7 @@
|
||||
*
|
||||
* Version: $Id: scstate.c 3579 2006-06-06 13:35:29Z thiadmer $
|
||||
*/
|
||||
|
||||
#include <assert.h>
|
||||
#include <limits.h>
|
||||
#include <stdio.h>
|
||||
|
@ -22,6 +22,7 @@
|
||||
*
|
||||
* Version: $Id: scvars.c 3655 2006-10-23 20:17:52Z thiadmer $
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h> /* for _MAX_PATH */
|
||||
#include "sc.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user