tokenpasting.c
changeset 9 c3fecc82ade6
parent 0 af501b0c1716
child 77 49e0babccb23
equal deleted inserted replaced
8:96d16dfe787a 9:c3fecc82ade6
     1 /**
     1 /**
     2  *     $Id: tokenpasting.c,v 1.1.1.1 2008-04-28 17:32:53 mbroeker Exp $
     2  * test/demos/tokenpasting.c
     3  * $Source: /development/c/demos/tokenpasting.c,v $
     3  * Copyright (C) 2008 Markus Broeker
     4  *
       
     5  * Description: Demonstration of the secret token concatenation mechanism
       
     6  */
     4  */
     7 
     5 
     8 #include <stdio.h>
     6 #include <stdio.h>
     9 #include <stdlib.h>
     7 #include <stdlib.h>
    10 
     8