Subversion Repositories SvarDOS

Rev

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

Rev Author Line No. Line
544 mateuszvis 1
#include <stdio.h>
2
#include <stdlib.h>
3
 
4
int main(int argc, char **argv) {
5
  int d = atoi(argv[1]);
6
  return(d);
7
}