/* Copyright 2018 by Teradata Corporation. All rights reserved. */

void udfinc (int *i, int *result, char exception [6])
{
    *result = *i + 1 ;
}
