Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

a6p1

12 views
Skip to first unread message

ERJAN KENJEGALEE

unread,
Feb 12, 2012, 1:50:55 PM2/12/12
to
so in my gcd.wlpp file

i should have this:
int wain(int, int);
void println(int);

// === Insert WLPP Program Here ===

#include <stdlib.h>
#include <stdio.h>
int main(int argc, char** argv) {

.................................................. stuff here

}


void println(int x){
printf("%d\n",x);
}


------------------
now my question:
can i have instead of void println , int myfunction() ..........?

Sukwon Oh

unread,
Feb 12, 2012, 2:30:24 PM2/12/12
to
Your wlpp file should not have those lines of code.
Assignment is just saying that wlpp works same as if your wlpp code is
inserted to where it says //==Insert WLPP here==// when wlpp file
actually runs.
0 new messages