0

A simple program but for some reason it can't run

#include <stdio.h>
#include <stdlib.h>
#include "simpio.h"
int main()
{
float kop;
kop = GetReal();
printf("%d",kop);
    return 0;
}

it says undefined reference to 'GetReal' and 'getInteger' and the other

the compiler I guess is not in the right place

Panayiotis
  • 11
  • 3

0 Answers0