source: thomson/code/C/alien_message/thomson.c@ fe55aa5

main
Last change on this file since fe55aa5 was fe55aa5, checked in by Adrien Destugues <pulkomandy@…>, 12 years ago

Add source for the Alien Message demo.

git-svn-id: svn://localhost/thomson@25 85ae3b6b-dc8f-4344-a89d-598714f2e4e5

  • Property mode set to 100644
File size: 87 bytes
Line 
1#include "thomson.h"
2
3void my_puts(char* s)
4{
5 int j = 0;
6 while(s[j]) PUTC(s[j++]);
7}
Note: See TracBrowser for help on using the repository browser.