Created
          September 5, 2011 23:01 
        
      - 
      
- 
        Save shiva/1196120 to your computer and use it in GitHub Desktop. 
    Example - using a typedef and C structs
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | typedef struct list_node_s { | |
| void *node; | |
| int key; | |
| } list_node_t; | |
| list_node_t n; | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment