Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752584AbWCQKuN (ORCPT ); Fri, 17 Mar 2006 05:50:13 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752588AbWCQKuN (ORCPT ); Fri, 17 Mar 2006 05:50:13 -0500 Received: from zproxy.gmail.com ([64.233.162.196]:29393 "EHLO zproxy.gmail.com") by vger.kernel.org with ESMTP id S1752584AbWCQKuM convert rfc822-to-8bit (ORCPT ); Fri, 17 Mar 2006 05:50:12 -0500 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=GUJpmO8/hGQdli+j79LHXit2AJnb75sEWhYCExrXBb8/TSQn++KJbEMN4VemnhGtdH/DigZEzV1xbSZPtqqAEX886i8R7Hnq/cwfNxS3L8kJBKl7CrjwFutB8KcvMGd7NHIGEDAPGhRzlVt8IgtTal1KgcPDku3feUgEpKFxi/k= Message-ID: <3fd7d9680603170250o1b7035cfi@mail.gmail.com> Date: Fri, 17 Mar 2006 11:50:11 +0100 From: beware To: linux-kernel@vger.kernel.org Subject: list of instruction for module programming MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 552 Lines: 16 Hi, i need to create a new module for my training, but i wonder if the classic C instructions (like printf, scanf, puts and more) are availables when i do my module. I don't think so, but i can be mistaken. If it's not, where i can find a good list of the instruction i can use. Thanks for your help. bye - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/