forked from KolibriOS/kolibrios
Temporarily removing menuetlibc
git-svn-id: svn://kolibrios.org@4799 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
#include<stdio.h>
|
||||
#include<string.h>
|
||||
|
||||
static char tmp_buf[1024];
|
||||
|
||||
int main(int argc,char * argv[])
|
||||
{
|
||||
printf("CREATE %s\n",argv[1]);
|
||||
while(!feof(stdin))
|
||||
{
|
||||
fscanf(stdin,"%s ",&tmp_buf);
|
||||
printf("ADDMOD %s\n",tmp_buf);
|
||||
}
|
||||
printf("SAVE\n");
|
||||
printf("END\n");
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user