Changeset 5fa506d in buchla-68k for include/stddefs.h


Ignore:
Timestamp:
07/10/2017 09:48:23 AM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
6262b5c
Parents:
f7428b1
Message:

Include file cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/stddefs.h

    rf7428b1 r5fa506d  
    88
    99#pragma once
     10
    1011#include "stdint.h"
    1112
     
    3637#define FOREVER for (;;)                /*      Infinite loop declaration   */
    3738
    38 #define NULL    0                       /*      Null pointer value          */
     39#define NULL    ((void *)0)             /*      Null pointer value          */
    3940
    4041#define TRUE    1                       /*      Function TRUE  value        */
Note: See TracChangeset for help on using the changeset viewer.