Search:

Type: Posts; User: chngj12

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    2,941

    driver1.c : #include #include...

    driver1.c :


    #include<stdio.h>
    #include "leap.h"
    main() {
    }

    *** I didn't include the contents in main() because I don't know how my professor would feel about me sharing my homework online!...
  2. Replies
    2
    Views
    2,941

    compiler error help?

    i used the command:
    make driver1

    and got this error:
    cc -o driver1 driver1.c
    "driver1.c", line 1: warning: invalid white space character in directive
    "driver1.c", line 2: warning: invalid...
Results 1 to 2 of 2