Subversion Repositories SvarDOS

Rev

Rev 544 | Blame | Compare with Previous | Last modification | View Log | RSS feed

#include <stdio.h>
#include <stdlib.h>

int main(int argc, char **argv) {
  int d = atoi(argv[1]);
  return(d);
}