13 lines
141 B
C
13 lines
141 B
C
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
|
|
#include "tool1.h"
|
|
#include "tool2.h"
|
|
|
|
int main( )
|
|
{
|
|
mytool1( );
|
|
mytool2( );
|
|
|
|
return 0;
|
|
} |