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
| #include "internal_api.h" | |
| /* | |
| data_t berupa struct yang dienkapsulasi | |
| dan hanya bisa digunakan pada file ini | |
| */ | |
| struct _data_t{ | |
| int data1; | |
| int data2; |
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
| /* | |
| Internal Function | |
| */ | |
| #include <stdlib.h> | |
| #include <stdio.h> | |
| #include <string.h> | |
| /* |
OlderNewer