Advertisement
MUstar

IoT C언어 0807 - 여름방학프로젝트(resource/nyaeater.h)

Aug 9th, 2017
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.10 KB | None | 0 0
  1. #include <stdio.h>
  2. #include "nyamain.h"
  3.  
  4. int dummy(void)
  5. {
  6.     printf("dummy\n");
  7.     return 0;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement