This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// steve8c.c - use _PGMCALL to call ILE program, no parameters. | |
// to compile: | |
// gcc -o steve8c steve8c.c | |
#include <stdio.h> | |
#include <as400_protos.h> | |
int main(int argc, char *argv[]) | |
{ |