Changeset 0580615 in buchla-68k for lib700/ispow2.c


Ignore:
Timestamp:
07/08/2017 02:42:31 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
342a56f
Parents:
46d8069
Message:

Point of no return.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib700/ispow2.c

    r46d8069 r0580615  
    1313#include "stddefs.h"
    1414
    15 short
    16 ispow2(x)
    17 register long x;
     15short ispow2(long x)
    1816{
    1917        register short i;
Note: See TracChangeset for help on using the changeset viewer.